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:
Michael Niedermayer 2010-02-02 21:31:20 +00:00
parent 5d39be73cb
commit a3cc2160e0
1 changed files with 1 additions and 0 deletions

View File

@ -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) {