Skip to content

Commit

Permalink
avcodec/m101: remove unneeded zeroing of priv_data_size
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Niedermayer <[email protected]>
  • Loading branch information
michaelni committed May 7, 2016
1 parent cbe265c commit 22d1148
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libavcodec/m101.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 22d1148

Please sign in to comment.