]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/vc1test.c
Move WMA case from ff_get_audio_frame_size() to av_get_audio_frame_duration()
[ffmpeg] / libavformat / vc1test.c
index e9246669a0a5a852f5a26cb3546dbfe101c19f15..3afe398d8b1c45a9a86e900c16d200ba40dfffb2 100644 (file)
@@ -91,7 +91,7 @@ static int vc1t_read_packet(AVFormatContext *s,
     int keyframe = 0;
     uint32_t pts;
 
-    if(url_feof(pb))
+    if(avio_feof(pb))
         return AVERROR(EIO);
 
     frame_size = avio_rl24(pb);