Browse code

code claims to use 32bit timestamp, lets make it also use that

Originally committed as revision 8662 to svn://svn.ffmpeg.org/ffmpeg/trunk

Michael Niedermayer authored on 2007/04/08 07:57:04
Showing 1 changed files
... ...
@@ -40,7 +40,7 @@ typedef struct BVID_DemuxContext
40 40
 
41 41
     /** video presentation time stamp.
42 42
      * delay = 16 milliseconds * (global_delay + per_frame_delay) */
43
-    int64_t video_pts;
43
+    int video_pts;
44 44
 
45 45
     int is_finished;
46 46