Skip to content
Snippets Groups Projects
Commit a3cc2160 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

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
parent 5d39be73
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment