summaryrefslogtreecommitdiff
path: root/libavcodec/v308enc.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2013-03-14 09:45:40 +0000
committerPaul B Mahol <onemda@gmail.com>2013-03-14 09:47:47 +0000
commit4853b5538f416ba4d519244fde8c14f2ff75e07b (patch)
tree20039a52334e3c98ad56ed69de4ddea69a4a5d1a /libavcodec/v308enc.c
parentfe898a037d99108b3d2ca29bb1d69887566d278d (diff)
downloadffmpeg-4853b5538f416ba4d519244fde8c14f2ff75e07b.tar.gz
lavc: do not set coded_frame->reference
That field is deprecated. Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavcodec/v308enc.c')
-rw-r--r--libavcodec/v308enc.c1
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;