diff options
Diffstat (limited to 'libavcodec/v308enc.c')
-rw-r--r-- | libavcodec/v308enc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/v308enc.c b/libavcodec/v308enc.c index 7a0ca40576..10437ccdfd 100644 --- a/libavcodec/v308enc.c +++ b/libavcodec/v308enc.c @@ -52,7 +52,6 @@ static int v308_encode_frame(AVCodecContext *avctx, AVPacket *pkt, return ret; dst = pkt->data; - avctx->coded_frame->reference = 0; avctx->coded_frame->key_frame = 1; avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I; |