changeset 3400:c91d9c4512c5

g72x and a52 added
author arpi
date Sun, 09 Dec 2001 16:20:03 +0000
parents 246c737974cb
children 85feae032869
files codec-cfg.c codec-cfg.h
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/codec-cfg.c	Sun Dec 09 15:49:25 2001 +0000
+++ b/codec-cfg.c	Sun Dec 09 16:20:03 2001 +0000
@@ -213,6 +213,8 @@
 		"ffmpeg",
 		"libmad",
 		"ima4",
+		"liba52",
+		"g72x",
 		NULL
 	};
 	static char *videodrv[] = {
--- a/codec-cfg.h	Sun Dec 09 15:49:25 2001 +0000
+++ b/codec-cfg.h	Sun Dec 09 16:20:03 2001 +0000
@@ -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