]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/vqf.c
lavc: allow decoders to override frame parameters.
[ffmpeg] / libavformat / vqf.c
index 14085b9a529083960dfc6316d189a004331135fa..66ced37bad9b8107d4fea7532c3830e6c121b202 100644 (file)
@@ -105,7 +105,7 @@ static int vqf_read_header(AVFormatContext *s)
     header_size = avio_rb32(s->pb);
 
     st->codec->codec_type = AVMEDIA_TYPE_AUDIO;
-    st->codec->codec_id   = CODEC_ID_TWINVQ;
+    st->codec->codec_id   = AV_CODEC_ID_TWINVQ;
     st->start_time = 0;
 
     do {