]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/eacdata.c
Move the functions in h264pred.c into a new file h264pred_internal.h.
[ffmpeg] / libavformat / eacdata.c
index 6f3564e3979a94ba3ed65b82d8df8e14683437cd..7b109ff888cf36b17b62880a556b63a3298702f0 100644 (file)
@@ -62,7 +62,7 @@ static int cdata_read_header(AVFormatContext *s, AVFormatParameters *ap)
     };
 
     sample_rate = avio_rb16(pb);
-    url_fskip(pb, 12);
+    avio_skip(pb, 12);
 
     st = av_new_stream(s, 0);
     if (!st)