[Mplayer-cvslog] CVS: main codec-cfg.c,1.48,1.49 codec-cfg.h,1.24,1.25
    Arpi of Ize 
    arpi at mplayer.dev.hu
       
    Sun Dec  9 17:20:13 CET 2001
    
    
  
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv4665
Modified Files:
	codec-cfg.c codec-cfg.h 
Log Message:
g72x and a52 added
Index: codec-cfg.c
===================================================================
RCS file: /cvsroot/mplayer/main/codec-cfg.c,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- codec-cfg.c	28 Nov 2001 01:35:55 -0000	1.48
+++ codec-cfg.c	9 Dec 2001 16:20:03 -0000	1.49
@@ -213,6 +213,8 @@
 		"ffmpeg",
 		"libmad",
 		"ima4",
+		"liba52",
+		"g72x",
 		NULL
 	};
 	static char *videodrv[] = {
Index: codec-cfg.h
===================================================================
RCS file: /cvsroot/mplayer/main/codec-cfg.h,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- codec-cfg.h	28 Nov 2001 01:35:55 -0000	1.24
+++ codec-cfg.h	9 Dec 2001 16:20:03 -0000	1.25
@@ -31,6 +31,8 @@
 #define AFM_FFMPEG 11
 #define AFM_MAD 12
 #define AFM_IMA4 13
+#define AFM_A52 14
+#define AFM_G72X 15
 
 #define VFM_MPEG 1
 #define VFM_VFW 2
    
    
More information about the MPlayer-cvslog
mailing list