mirror of https://git.ffmpeg.org/ffmpeg.git
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:
parent
8bb57775e8
commit
905234285d
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue