X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fvc1test.c;h=3afe398d8b1c45a9a86e900c16d200ba40dfffb2;hb=7b59217b60cc7133766ea33ee8519efda9ec4c5c;hp=e9246669a0a5a852f5a26cb3546dbfe101c19f15;hpb=d55d8229fb120aeed7387ca749f59c404dec6304;p=ffmpeg diff --git a/libavformat/vc1test.c b/libavformat/vc1test.c index e9246669a0a..3afe398d8b1 100644 --- a/libavformat/vc1test.c +++ b/libavformat/vc1test.c @@ -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);