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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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 a6f207c4f6..e0ae7bffbc 100644
--- a/libavcodec/s302m.c
+++ b/libavcodec/s302m.c
@@ -169,7 +169,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,