diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-01-07 11:39:56 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-01-29 07:32:21 +0100 |
commit | 231fd1ed3932909a259da6df52fa3f756646aa3e (patch) | |
tree | 93db5971ff5f14e8682eb1bd612d7ac560e07fd6 /libavcodec/v410enc.c | |
parent | e6b1c3bbe7082c71ea8ee8ac83698c156c9e4838 (diff) | |
download | ffmpeg-231fd1ed3932909a259da6df52fa3f756646aa3e.tar.gz |
utvideoenc/v410enc: do not set AVFrame.reference.
That field will be deprecated.
Diffstat (limited to 'libavcodec/v410enc.c')
-rw-r--r-- | libavcodec/v410enc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/v410enc.c b/libavcodec/v410enc.c index cc7cef7ea2..7bb70fd56a 100644 --- a/libavcodec/v410enc.c +++ b/libavcodec/v410enc.c @@ -56,7 +56,6 @@ static int v410_encode_frame(AVCodecContext *avctx, AVPacket *pkt, } dst = pkt->data; - avctx->coded_frame->reference = 0; avctx->coded_frame->key_frame = 1; avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I; |