OSDN Git Service

code claims to use 32bit timestamp, lets make it also use that
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 7 Apr 2007 22:57:04 +0000 (22:57 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 7 Apr 2007 22:57:04 +0000 (22:57 +0000)
Originally committed as revision 8662 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/bethsoftvid.c

index 7eebcc2..df33890 100644 (file)
@@ -40,7 +40,7 @@ typedef struct BVID_DemuxContext
 
     /** video presentation time stamp.
      * delay = 16 milliseconds * (global_delay + per_frame_delay) */
-    int64_t video_pts;
+    int video_pts;
 
     int is_finished;