[Ffmpeg-cvslog] r8662 - trunk/libavformat/bethsoftvid.c
michael
subversion
Sun Apr 8 00:57:04 CEST 2007
Author: michael
Date: Sun Apr 8 00:57:04 2007
New Revision: 8662
Modified:
trunk/libavformat/bethsoftvid.c
Log:
code claims to use 32bit timestamp, lets make it also use that
Modified: trunk/libavformat/bethsoftvid.c
==============================================================================
--- trunk/libavformat/bethsoftvid.c (original)
+++ trunk/libavformat/bethsoftvid.c Sun Apr 8 00:57:04 2007
@@ -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;
More information about the ffmpeg-cvslog
mailing list