]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mpc8.c
amr: set channel_layout
[ffmpeg] / libavformat / mpc8.c
index 4f8d8eedda81c2cf74f21de7a6bb6e8abc0aa370..f60a314b77fe5745739c8f15f06da86495cb83bd 100644 (file)
@@ -229,7 +229,7 @@ static int mpc8_read_header(AVFormatContext *s)
     if (!st)
         return AVERROR(ENOMEM);
     st->codec->codec_type = AVMEDIA_TYPE_AUDIO;
-    st->codec->codec_id = CODEC_ID_MUSEPACK8;
+    st->codec->codec_id = AV_CODEC_ID_MUSEPACK8;
     st->codec->bits_per_coded_sample = 16;
 
     st->codec->extradata_size = 2;