OSDN Git Service

avcodec/m101: remove unneeded zeroing of priv_data_size
authorMichael Niedermayer <michael@niedermayer.cc>
Sat, 7 May 2016 01:41:03 +0000 (03:41 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Sat, 7 May 2016 02:42:52 +0000 (04:42 +0200)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/m101.c

index 2b9b8b8..75247d3 100644 (file)
@@ -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,