[Mplayer-cvslog] CVS: main codec-cfg.c,1.34,1.35 codec-cfg.h,1.15,1.16

Arpi of Ize arpi at mplayer.dev.hu
Fri Sep 21 23:40:19 CEST 2001


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv16441

Modified Files:
	codec-cfg.c codec-cfg.h 
Log Message:
added ffmpeg audio driver

Index: codec-cfg.c
===================================================================
RCS file: /cvsroot/mplayer/main/codec-cfg.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- codec-cfg.c	8 Sep 2001 20:44:57 -0000	1.34
+++ codec-cfg.c	21 Sep 2001 21:40:16 -0000	1.35
@@ -208,6 +208,7 @@
 		"dvdpcm",
 		"hwac3",
 		"libvorbis",
+		"ffmpeg",
 		NULL
 	};
 	static char *videodrv[] = {

Index: codec-cfg.h
===================================================================
RCS file: /cvsroot/mplayer/main/codec-cfg.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- codec-cfg.h	2 Sep 2001 17:20:52 -0000	1.15
+++ codec-cfg.h	21 Sep 2001 21:40:16 -0000	1.16
@@ -28,6 +28,7 @@
 #define AFM_DVDPCM 8
 #define AFM_HWAC3 9
 #define AFM_VORBIS 10
+#define AFM_FFMPEG 11
 
 #define VFM_MPEG 1
 #define VFM_VFW 2




More information about the MPlayer-cvslog mailing list