summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-02-18 15:23:41 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-02-18 15:23:41 +0000
commit14c5a7c333253a479c42760f7d86d698989fddd9 (patch)
tree0133827c89da2f5f51b438513f99358831fe0e92 /mplayer.c
parent6f0edb45743d6f324b11fc89b58869f97a21b777 (diff)
downloadmpv-14c5a7c333253a479c42760f7d86d698989fddd9.tar.bz2
mpv-14c5a7c333253a479c42760f7d86d698989fddd9.tar.xz
flushing stuff after seeking (finally we can view MPEG without thouse blocks after seeking with -vc ffmpeg12)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11978 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mplayer.c b/mplayer.c
index 5c2eb0ea20..918bd16115 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -3407,6 +3407,7 @@ if(rel_seek_secs || abs_seek_pos){
if(sh_video){
current_module="seek_video_reset";
+ resync_video_stream(sh_video);
if(vo_config_count) video_out->control(VOCTRL_RESET,NULL);
}