[SCM] libav/experimental: Commit disapeared hunk, must have editied this out by mistake between local debug statements. This should fix seeking in TS.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:59:19 UTC 2013


The following commit has been merged in the experimental branch:
commit a3cc2160e032481f5393304d5b6c61c550d116e7
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue Feb 2 21:31:20 2010 +0000

    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

diff --git a/ffplay.c b/ffplay.c
index 460bfef..0a964f2 100644
--- a/ffplay.c
+++ b/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) {

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list