Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2016-05-07 04:41:03 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2016-05-07 05:42:52 +0300
commit22d1148c77c6a8af785eca32c45f82d729c8eee0 (patch)
tree42fb712fd798b6148c037c1df6bad5e8e1aa8757 /libavcodec/m101.c
parentcbe265ccd714d4be7aee8d48afe0716ddfb0b50d (diff)
avcodec/m101: remove unneeded zeroing of priv_data_size
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/m101.c')
-rw-r--r--libavcodec/m101.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/m101.c b/libavcodec/m101.c
index 2b9b8b89d3..75247d3a7c 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,