[FFmpeg-cvslog] ffv1enc: dont set coded_frame
Michael Niedermayer
git at videolan.org
Sat May 11 20:51:38 CEST 2013
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat May 11 20:37:20 2013 +0200| [19411d32d409b9e9f05670a7bb2f76d6d7ef82db] | committer: Michael Niedermayer
ffv1enc: dont set coded_frame
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=19411d32d409b9e9f05670a7bb2f76d6d7ef82db
---
libavcodec/ffv1enc.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavcodec/ffv1enc.c b/libavcodec/ffv1enc.c
index 4535464..ffc8230 100644
--- a/libavcodec/ffv1enc.c
+++ b/libavcodec/ffv1enc.c
@@ -795,7 +795,6 @@ static av_cold int encode_init(AVCodecContext *avctx)
if ((ret = ffv1_allocate_initial_states(s)) < 0)
return ret;
- avctx->coded_frame = s->picture.f;
if (!s->transparency)
s->plane_count = 2;
avcodec_get_chroma_sub_sample(avctx->pix_fmt, &s->chroma_h_shift, &s->chroma_v_shift);
More information about the ffmpeg-cvslog
mailing list