1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

avcodec/m101: remove unneeded zeroing of priv_data_size

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Michael Niedermayer
2016-05-07 03:41:03 +02:00
parent cbe265ccd7
commit 22d1148c77

View File

@@ -109,7 +109,6 @@ AVCodec ff_m101_decoder = {
.long_name = NULL_IF_CONFIG_SMALL("Matrox Uncompressed SD"), .long_name = NULL_IF_CONFIG_SMALL("Matrox Uncompressed SD"),
.type = AVMEDIA_TYPE_VIDEO, .type = AVMEDIA_TYPE_VIDEO,
.id = AV_CODEC_ID_M101, .id = AV_CODEC_ID_M101,
.priv_data_size = 0,
.init = m101_decode_init, .init = m101_decode_init,
.decode = m101_decode_frame, .decode = m101_decode_frame,
.capabilities = AV_CODEC_CAP_DR1, .capabilities = AV_CODEC_CAP_DR1,