diff codec-cfg.c @ 11759:29eea271490e

add -codecs-file for selecting a specific codecs.conf on the comand line
author attila
date Thu, 08 Jan 2004 18:02:31 +0000
parents a9de2f4781dd
children 0db4a3a5b01d
line wrap: on
line diff
--- a/codec-cfg.c	Tue Jan 06 22:19:12 2004 +0000
+++ b/codec-cfg.c	Thu Jan 08 18:02:31 2004 +0000
@@ -48,6 +48,8 @@
 #define TYPE_VIDEO	0
 #define TYPE_AUDIO	1
 
+char * codecs_file = NULL;
+
 static int add_to_fourcc(char *s, char *alias, unsigned int *fourcc,
 		unsigned int *map)
 {