]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mpc.c
Merge commit 'f154ef1ae5b03f288dd8c025dab1884b4cb20c1a'
[ffmpeg] / libavformat / mpc.c
index 03e09e94c5716a09dbc08a56e35019922efb0f1b..4ebc6ae1848c968dbb99042b167a2b21266011a7 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;