mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
Commit disapeared hunk, must have editied this out by mistake between local debug statements.
This should fix seeking in TS. Originally committed as revision 21614 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
5d39be73cb
commit
a3cc2160e0
1
ffplay.c
1
ffplay.c
@ -1076,6 +1076,7 @@ static void video_refresh_timer(void *opaque)
|
||||
/* update current video pts */
|
||||
is->video_current_pts = vp->pts;
|
||||
is->video_current_pts_drift = is->video_current_pts - av_gettime() / 1000000.0;
|
||||
is->video_current_pos = vp->pos;
|
||||
|
||||
if(is->subtitle_st) {
|
||||
if (is->subtitle_stream_changed) {
|
||||
|
Loading…
Reference in New Issue
Block a user