changeset 1929:af7b3e83d47b

added ffmpeg audio driver
author arpi
date Fri, 21 Sep 2001 21:40:16 +0000
parents 07f50ea77510
children 87319ece31f9
files codec-cfg.c codec-cfg.h
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/codec-cfg.c	Fri Sep 21 21:38:16 2001 +0000
+++ b/codec-cfg.c	Fri Sep 21 21:40:16 2001 +0000
@@ -208,6 +208,7 @@
 		"dvdpcm",
 		"hwac3",
 		"libvorbis",
+		"ffmpeg",
 		NULL
 	};
 	static char *videodrv[] = {
--- a/codec-cfg.h	Fri Sep 21 21:38:16 2001 +0000
+++ b/codec-cfg.h	Fri Sep 21 21:40:16 2001 +0000
@@ -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