ffmpeg | branch: master | Michael Niedermayer <mich...@niedermayer.cc> | Sat 
May  7 03:41:03 2016 +0200| [22d1148c77c6a8af785eca32c45f82d729c8eee0] | 
committer: Michael Niedermayer

avcodec/m101: remove unneeded zeroing of priv_data_size

Signed-off-by: Michael Niedermayer <mich...@niedermayer.cc>

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

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

diff --git a/libavcodec/m101.c b/libavcodec/m101.c
index 2b9b8b8..75247d3 100644
--- a/libavcodec/m101.c
+++ b/libavcodec/m101.c
@@ -109,7 +109,6 @@ AVCodec ff_m101_decoder = {
     .long_name      = NULL_IF_CONFIG_SMALL("Matrox Uncompressed SD"),
     .type           = AVMEDIA_TYPE_VIDEO,
     .id             = AV_CODEC_ID_M101,
-    .priv_data_size = 0,
     .init           = m101_decode_init,
     .decode         = m101_decode_frame,
     .capabilities   = AV_CODEC_CAP_DR1,

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to