[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
    
        - Previous message: [Mplayer-cvslog] CVS: main/Gui/wm wskeys.h,1.5,1.6
 
        - Next message: [Mplayer-cvslog] 	CVS: main/libmpcodecs vd.h, 1.12, 1.13 dec_video.c,	1.159, 1.160 dec_video.h, 1.14, 1.15 vd_ffmpeg.c, 1.120,	1.121 ad_ffmpeg.c, 1.13, 1.14
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
    
  
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);
       }
       
    
    
        
	- Previous message: [Mplayer-cvslog] CVS: main/Gui/wm wskeys.h,1.5,1.6
 
	- Next message: [Mplayer-cvslog] 	CVS: main/libmpcodecs vd.h, 1.12, 1.13 dec_video.c,	1.159, 1.160 dec_video.h, 1.14, 1.15 vd_ffmpeg.c, 1.120,	1.121 ad_ffmpeg.c, 1.13, 1.14
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
More information about the MPlayer-cvslog
mailing list