[Mplayer-cvslog] CVS: main codecs.c,1.6,1.7

GEREOFFY arpi_esp at users.sourceforge.net
Thu Mar 22 19:06:50 CET 2001


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

Modified Files:
	codecs.c 
Log Message:
postproces for MP43 fourcc

Index: codecs.c
===================================================================
RCS file: /cvsroot/mplayer/main/codecs.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** codecs.c	2001/03/22 01:57:58	1.6
--- codecs.c	2001/03/22 18:06:48	1.7
***************
*** 48,56 ****
            avi_header.bih.biCompression=mmioFOURCC('d', 'i', 'v', '3'); // hack
            avi_header.yuv_supported=1;
            avi_header.yuv_hack_needed=1;
  #ifdef ANGELPOTION
            return "APmpg4v1.dll";
! #endif
            return "divxc32.dll";
  
  	case mmioFOURCC('D', 'I', 'V', 'X'):
--- 48,62 ----
            avi_header.bih.biCompression=mmioFOURCC('d', 'i', 'v', '3'); // hack
            avi_header.yuv_supported=1;
+ #ifdef USE_DIRECTSHOW
+           avi_header.vids_guid=&CLSID_DivxDecompressorCF;
+           return "divx_c32.ax";
+ #else
            avi_header.yuv_hack_needed=1;
  #ifdef ANGELPOTION
            return "APmpg4v1.dll";
! #else
            return "divxc32.dll";
+ #endif
+ #endif
  
  	case mmioFOURCC('D', 'I', 'V', 'X'):


_______________________________________________
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