[Mplayer-cvslog] CVS: main/libmpdemux aviheader.c,1.61,1.62

Atmosfear syncmail at mplayerhq.hu
Mon Oct 18 15:16:17 CEST 2004


CVS change done by Atmosfear

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

Modified Files:
	aviheader.c 
Log Message:
Recover Keyframe-Index for XviD aswell

Index: aviheader.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/aviheader.c,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- aviheader.c	28 Aug 2004 20:56:56 -0000	1.61
+++ aviheader.c	18 Oct 2004 13:16:13 -0000	1.62
@@ -306,6 +306,8 @@
         case mmioFOURCC('D', 'I', 'V', 'X'):
         case mmioFOURCC('d', 'i', 'v', 'x'):
         case mmioFOURCC('D', 'X', '5', '0'):
+        case mmioFOURCC('X', 'V', 'I', 'D'):
+        case mmioFOURCC('x', 'v', 'i', 'd'):
           idxfix_divx=2; // we can fix keyframes only for divx coded files!
 	  mp_msg(MSGT_HEADER,MSGL_V,"Regenerating keyframe table for DIVX 4 video\n");
 	  break;




More information about the MPlayer-cvslog mailing list