]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/qcp.c
Merge commit 'aa51b0492bfced6d650fb5ff419e2b13fde6833d'
[ffmpeg] / libavformat / qcp.c
index 1ef86fe34d896183b31276d9306c82bc48389adc..4d42197b19348c139d0ef1744c995aa831acd145 100644 (file)
@@ -139,7 +139,7 @@ static int qcp_read_packet(AVFormatContext *s, AVPacket *pkt)
     QCPContext    *c  = s->priv_data;
     unsigned int  chunk_size, tag;
 
-    while(!url_feof(pb)) {
+    while(!avio_feof(pb)) {
         if (c->data_size) {
             int pkt_size, ret, mode = avio_r8(pb);