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

Originally committed as revision 8662 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2007-04-07 22:57:04 +00:00
parent 8bb57775e8
commit 905234285d
1 changed files with 1 additions and 1 deletions

View 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;