]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/dtshddec.c
avformat/mov: Support reading Avid's metadata for DNXHD codec.
[ffmpeg] / libavformat / dtshddec.c
index 55c4ca607e0761f781638264c05d38f847b0fcf7..0fd03047038a8a10062f088bed439d259fcea1ea 100644 (file)
@@ -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);