summaryrefslogtreecommitdiff
path: root/libavcodec/s302m.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-11-26 18:35:26 +0100
committerDiego Biurrun <diego@biurrun.de>2011-11-28 10:01:50 +0100
commitc88ebdb42c0a4e4c3d78c705752f06fe78af27f6 (patch)
tree2699a272b193386456170a685e06192e9e754a4d /libavcodec/s302m.c
parent1469f943adb06b85ac7e22fd3e8121c2308b0830 (diff)
Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.
Diffstat (limited to 'libavcodec/s302m.c')
-rw-r--r--libavcodec/s302m.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/s302m.c b/libavcodec/s302m.c
index faaa8ed2f5..f6f096d89f 100644
--- a/libavcodec/s302m.c
+++ b/libavcodec/s302m.c
@@ -134,7 +134,6 @@ AVCodec ff_s302m_decoder = {
.name = "s302m",
.type = AVMEDIA_TYPE_AUDIO,
.id = CODEC_ID_S302M,
- .priv_data_size = 0,
.decode = s302m_decode_frame,
.long_name = NULL_IF_CONFIG_SMALL("SMPTE 302M"),
};