]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/vc1test.c
Move the functions in h264pred.c into a new file h264pred_internal.h.
[ffmpeg] / libavformat / vc1test.c
index 2f84b52674b40f11f2748c054d4fdc6e28cf638b..4ab9bca1afafde5ed7de46c922cb0bf73387444e 100644 (file)
@@ -68,7 +68,7 @@ static int vc1t_read_header(AVFormatContext *s,
     st->codec->width = avio_rl32(pb);
     if(avio_rl32(pb) != 0xC)
         return -1;
-    avio_seek(pb, 8, SEEK_CUR);
+    avio_skip(pb, 8);
     fps = avio_rl32(pb);
     if(fps == 0xFFFFFFFF)
         av_set_pts_info(st, 32, 1, 1000);