summaryrefslogtreecommitdiff
path: root/libavformat/dtshddec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/dtshddec.c')
-rw-r--r--libavformat/dtshddec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/dtshddec.c b/libavformat/dtshddec.c
index 55c4ca607e..0fd0304703 100644
--- a/libavformat/dtshddec.c
+++ b/libavformat/dtshddec.c
@@ -64,7 +64,7 @@ static int dtshd_read_header(AVFormatContext *s)
st->codec->codec_id = AV_CODEC_ID_DTS;
st->need_parsing = AVSTREAM_PARSE_FULL_RAW;
- while (!url_feof(pb)) {
+ while (!avio_feof(pb)) {
chunk_type = avio_rb64(pb);
chunk_size = avio_rb64(pb);