summaryrefslogtreecommitdiff
path: root/libavcodec/s302m.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/s302m.c')
-rw-r--r--libavcodec/s302m.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/s302m.c b/libavcodec/s302m.c
index 34018aeb46..bffd3c6916 100644
--- a/libavcodec/s302m.c
+++ b/libavcodec/s302m.c
@@ -156,7 +156,7 @@ static int s302m_decode_init(AVCodecContext *avctx)
AVCodec ff_s302m_decoder = {
.name = "s302m",
.type = AVMEDIA_TYPE_AUDIO,
- .id = CODEC_ID_S302M,
+ .id = AV_CODEC_ID_S302M,
.priv_data_size = sizeof(S302MDecodeContext),
.init = s302m_decode_init,
.decode = s302m_decode_frame,