summaryrefslogtreecommitdiff
path: root/libavcodec/s302m.c
diff options
context:
space:
mode:
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 4db18eb2d0..713d80f5d9 100644
--- a/libavcodec/s302m.c
+++ b/libavcodec/s302m.c
@@ -144,7 +144,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"),
};