]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/c93.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavformat / c93.c
index 0f4be89545376cfaf188215fd42e295c0ae923c6..b9f38a7deaff0a26038d9211ef3d01dc57008bce 100644 (file)
@@ -20,6 +20,7 @@
  */
 
 #include "avformat.h"
+#include "internal.h"
 #include "voc.h"
 #include "libavutil/intreadwrite.h"
 
@@ -89,7 +90,7 @@ static int read_header(AVFormatContext *s,
     video->codec->height = 192;
     /* 4:3 320x200 with 8 empty lines */
     video->sample_aspect_ratio = (AVRational) { 5, 6 };
-    av_set_pts_info(video, 64, 2, 25);
+    avpriv_set_pts_info(video, 64, 2, 25);
     video->nb_frames = framecount;
     video->duration = framecount;
     video->start_time = 0;