[FFmpeg-cvslog] zmbvenc: do not set avctx->coded_frame

Paul B Mahol git at videolan.org
Mon Jul 8 02:03:09 CEST 2013


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Sun Jul  7 23:45:17 2013 +0000| [3bec6a44eab4f17c43c4e653d024c4d3f241a314] | committer: Paul B Mahol

zmbvenc: do not set avctx->coded_frame

Signed-off-by: Paul B Mahol <onemda at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3bec6a44eab4f17c43c4e653d024c4d3f241a314
---

 libavcodec/zmbvenc.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/libavcodec/zmbvenc.c b/libavcodec/zmbvenc.c
index fb782a4..d15c138 100644
--- a/libavcodec/zmbvenc.c
+++ b/libavcodec/zmbvenc.c
@@ -312,8 +312,6 @@ static av_cold int encode_init(AVCodecContext *avctx)
         return -1;
     }
 
-    avctx->coded_frame = &c->pic;
-
     return 0;
 }
 



More information about the ffmpeg-cvslog mailing list