summaryrefslogtreecommitdiffstats
path: root/codec-cfg.c
diff options
context:
space:
mode:
authorattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-01-08 18:02:31 +0000
committerattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-01-08 18:02:31 +0000
commitfab8cc090f72e42d8a451a2fffa0ed1935782d1e (patch)
tree0e8a22b6bc493b523c94bcf45905487dc302d8bf /codec-cfg.c
parent1afd8710b474de134d6707386cd73125d504b883 (diff)
downloadmpv-fab8cc090f72e42d8a451a2fffa0ed1935782d1e.tar.bz2
mpv-fab8cc090f72e42d8a451a2fffa0ed1935782d1e.tar.xz
add -codecs-file for selecting a specific codecs.conf on the comand line
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11760 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'codec-cfg.c')
-rw-r--r--codec-cfg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/codec-cfg.c b/codec-cfg.c
index 13071675d7..52b7b7c7b4 100644
--- a/codec-cfg.c
+++ b/codec-cfg.c
@@ -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)
{