[Mplayer-cvslog] CVS: main mplayer.c,1.746,1.747

Michael Niedermayer CVS syncmail at mplayerhq.hu
Wed Feb 18 16:23:43 CET 2004


CVS change done by Michael Niedermayer CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv20408

Modified Files:
	mplayer.c 
Log Message:
flushing stuff after seeking (finally we can view MPEG without thouse blocks after seeking with -vc ffmpeg12)


Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.746
retrieving revision 1.747
diff -u -r1.746 -r1.747
--- mplayer.c	9 Feb 2004 20:20:24 -0000	1.746
+++ mplayer.c	18 Feb 2004 15:23:41 -0000	1.747
@@ -3407,6 +3407,7 @@
 
       if(sh_video){
 	 current_module="seek_video_reset";
+         resync_video_stream(sh_video);
          if(vo_config_count) video_out->control(VOCTRL_RESET,NULL);
       }
       




More information about the MPlayer-cvslog mailing list