[FFmpeg-cvslog] r21614 - trunk/ffplay.c
michael
subversion
Tue Feb 2 22:31:20 CET 2010
Author: michael
Date: Tue Feb 2 22:31:20 2010
New Revision: 21614
Log:
Commit disapeared hunk, must have editied this out by mistake between local debug statements.
This should fix seeking in TS.
Modified:
trunk/ffplay.c
Modified: trunk/ffplay.c
==============================================================================
--- trunk/ffplay.c Tue Feb 2 21:48:21 2010 (r21613)
+++ trunk/ffplay.c Tue Feb 2 22:31:20 2010 (r21614)
@@ -1076,6 +1076,7 @@ static void video_refresh_timer(void *op
/* 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) {
More information about the ffmpeg-cvslog
mailing list