[Mplayer-cvslog] CVS: main mplayer.c,1.143,1.144

GEREOFFY arpi_esp at users.sourceforge.net
Mon Jun 4 01:54:43 CEST 2001


Update of /cvsroot/mplayer/main
In directory usw-pr-cvs1:/tmp/cvs-serv17737

Modified Files:
	mplayer.c 
Log Message:
-framedrop fixed for VfW (I hope :))

Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.143
retrieving revision 1.144
diff -C2 -r1.143 -r1.144
*** mplayer.c	2001/06/03 23:34:59	1.143
--- mplayer.c	2001/06/03 23:54:41	1.144
***************
*** 1652,1657 ****
  //      sh_video->o_bih.biWidth = 1280;
  	    //      ret = ICDecompress(avi_header.hic, ICDECOMPRESS_NOTKEYFRAME|(ICDECOMPRESS_HURRYUP|ICDECOMPRESS_PREROL), 
!       ret = ICDecompress(sh_video->hic, ICDECOMPRESS_NOTKEYFRAME |
!                         ( (drop_frame==2)?(ICDECOMPRESS_HURRYUP|ICDECOMPRESS_PREROL):0 ) , 
                           sh_video->bih,   start,
                          &sh_video->o_bih,
--- 1652,1658 ----
  //      sh_video->o_bih.biWidth = 1280;
  	    //      ret = ICDecompress(avi_header.hic, ICDECOMPRESS_NOTKEYFRAME|(ICDECOMPRESS_HURRYUP|ICDECOMPRESS_PREROL), 
!       ret = ICDecompress(sh_video->hic, 
! 	  ( (d_video->flags&1) ? 0 : ICDECOMPRESS_NOTKEYFRAME ) |
! 	  ( (drop_frame==2 && !(d_video->flags&1))?(ICDECOMPRESS_HURRYUP|ICDECOMPRESS_PREROL):0 ) , 
                           sh_video->bih,   start,
                          &sh_video->o_bih,


_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog



More information about the MPlayer-cvslog mailing list