Commit 22d1148c authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/m101: remove unneeded zeroing of priv_data_size

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent cbe265cc
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment