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

Paul B Mahol git at videolan.org
Wed Jul 10 21:11:48 CEST 2013


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Wed Jul 10 13:50:38 2013 +0000| [45119739019e806d2af8c3a019151d0943f6de96] | committer: Paul B Mahol

wmalosslessdec: 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=45119739019e806d2af8c3a019151d0943f6de96
---

 libavcodec/wmalosslessdec.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/wmalosslessdec.c b/libavcodec/wmalosslessdec.c
index 90a0109..ae350cf 100644
--- a/libavcodec/wmalosslessdec.c
+++ b/libavcodec/wmalosslessdec.c
@@ -262,7 +262,6 @@ static av_cold int decode_init(AVCodecContext *avctx)
     }
 
     avcodec_get_frame_defaults(&s->frame);
-    avctx->coded_frame    = &s->frame;
     avctx->channel_layout = channel_mask;
     return 0;
 }



More information about the ffmpeg-cvslog mailing list