]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/vplayerdec.c
Move WMA case from ff_get_audio_frame_size() to av_get_audio_frame_duration()
[ffmpeg] / libavformat / vplayerdec.c
index 73a48dbdc5d92ccf38491560dc9c2651b9978984..619ccfd4f0639b58c60fc9f3279d8f87a682a38e 100644 (file)
@@ -65,7 +65,7 @@ static int vplayer_read_header(AVFormatContext *s)
     st->codec->codec_type = AVMEDIA_TYPE_SUBTITLE;
     st->codec->codec_id   = AV_CODEC_ID_VPLAYER;
 
-    while (!url_feof(s->pb)) {
+    while (!avio_feof(s->pb)) {
         char line[4096];
         char *p = line;
         const int64_t pos = avio_tell(s->pb);