]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mpc.c
Replace all CODEC_ID_* with AV_CODEC_ID_*
[ffmpeg] / libavformat / mpc.c
index 404950b83686c6c65d2bc50377899d99b5b384d2..fbf8e92fd905ae2e8bd700c60b0dfa13a6fadfff 100644 (file)
@@ -89,7 +89,7 @@ static int mpc_read_header(AVFormatContext *s)
     if (!st)
         return AVERROR(ENOMEM);
     st->codec->codec_type = AVMEDIA_TYPE_AUDIO;
-    st->codec->codec_id = CODEC_ID_MUSEPACK7;
+    st->codec->codec_id = AV_CODEC_ID_MUSEPACK7;
     st->codec->channels = 2;
     st->codec->bits_per_coded_sample = 16;