summaryrefslogtreecommitdiff
path: root/libavcodec/v408enc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/v408enc.c')
-rw-r--r--libavcodec/v408enc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/v408enc.c b/libavcodec/v408enc.c
index e786f71f06..31bf48406c 100644
--- a/libavcodec/v408enc.c
+++ b/libavcodec/v408enc.c
@@ -70,7 +70,6 @@ static int v408_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
a += pic->linesize[3];
}
- pkt->flags |= AV_PKT_FLAG_KEY;
*got_packet = 1;
return 0;
}