Mercurial > mplayer.hg
changeset 1508:6e752419c7e8
update pts to obtain OSD time display change while rewinding/forwarding
author | atlka |
---|---|
date | Tue, 14 Aug 2001 07:16:12 +0000 |
parents | 47a49d6d7132 |
children | f9beae70c5c2 |
files | demux_avi.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/demux_avi.c Mon Aug 13 19:33:41 2001 +0000 +++ b/demux_avi.c Tue Aug 14 07:16:12 2001 +0000 @@ -628,7 +628,7 @@ priv->idx_pos=(audio_chunk_pos<video_chunk_pos)?audio_chunk_pos:video_chunk_pos; } - d_video->pts=priv->avi_video_pts; // OSD + if(verbose) printf("SEEK: idx=%d (a:%d v:%d) v.skip=%d a.skip=%d/%4.3f \n", priv->idx_pos,audio_chunk_pos,video_chunk_pos, @@ -643,7 +643,7 @@ // sh_audio->timer=-skip_audio_secs; } - + d_video->pts=priv->avi_video_pts; // OSD }