]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mpc8.c
Generate list of lavfi tests in configure
[ffmpeg] / libavformat / mpc8.c
index 85cbb41f83ad3aa431f4ac4a93418a6d4def4a2d..92e996c29c23736c854e7e9c127f89f150457b57 100644 (file)
@@ -224,7 +224,7 @@ static int mpc8_read_header(AVFormatContext *s, AVFormatParameters *ap)
     st = av_new_stream(s, 0);
     if (!st)
         return AVERROR(ENOMEM);
-    st->codec->codec_type = CODEC_TYPE_AUDIO;
+    st->codec->codec_type = AVMEDIA_TYPE_AUDIO;
     st->codec->codec_id = CODEC_ID_MUSEPACK8;
     st->codec->bits_per_coded_sample = 16;