]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/sipr.c
Replace all CODEC_ID_* with AV_CODEC_ID_*
[ffmpeg] / libavcodec / sipr.c
index bd98e025b22706a3a7565f4cf949c7f244ecb5e3..a14b7c7151207f866252bf75f820b1ae9ea37cfa 100644 (file)
@@ -561,7 +561,7 @@ static int sipr_decode_frame(AVCodecContext *avctx, void *data,
 AVCodec ff_sipr_decoder = {
     .name           = "sipr",
     .type           = AVMEDIA_TYPE_AUDIO,
-    .id             = CODEC_ID_SIPR,
+    .id             = AV_CODEC_ID_SIPR,
     .priv_data_size = sizeof(SiprContext),
     .init           = sipr_decoder_init,
     .decode         = sipr_decode_frame,