]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/s302m.c
Replace all CODEC_ID_* with AV_CODEC_ID_*
[ffmpeg] / libavcodec / s302m.c
index 34018aeb462fb0b366721b9c935a1e288b6d019a..bffd3c691647cb0b68d581e5c8e6dba319f52933 100644 (file)
@@ -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,