summaryrefslogtreecommitdiff
path: root/libavformat/dauddec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/dauddec.c')
-rw-r--r--libavformat/dauddec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/dauddec.c b/libavformat/dauddec.c
index 30d1200c0e..f6e7491985 100644
--- a/libavformat/dauddec.c
+++ b/libavformat/dauddec.c
@@ -41,7 +41,7 @@ static int daud_header(AVFormatContext *s) {
static int daud_packet(AVFormatContext *s, AVPacket *pkt) {
AVIOContext *pb = s->pb;
int ret, size;
- if (url_feof(pb))
+ if (avio_feof(pb))
return AVERROR(EIO);
size = avio_rb16(pb);
avio_rb16(pb); // unknown