summaryrefslogtreecommitdiff
path: root/libavformat/iff.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/iff.c')
-rw-r--r--libavformat/iff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/iff.c b/libavformat/iff.c
index 2a0633158f..a46bc92cea 100644
--- a/libavformat/iff.c
+++ b/libavformat/iff.c
@@ -363,7 +363,7 @@ static int iff_read_header(AVFormatContext *s)
iff->maud_bits = -1;
iff->maud_compression = -1;
- while(!url_feof(pb)) {
+ while(!avio_feof(pb)) {
uint64_t orig_pos;
int res;
const char *metadata_tag = NULL;