summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
authormosu <mosu@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-05-23 15:01:25 +0000
committermosu <mosu@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-05-23 15:01:25 +0000
commitd9beced7e677d7c394bb9d30f3f2803309ba04c6 (patch)
tree14761c05b4a0a6a45bb92f64772c3a863a288e73 /mencoder.c
parent49fc9d99b43566aa88c6f0bb4c567772cb44c5f3 (diff)
downloadmpv-d9beced7e677d7c394bb9d30f3f2803309ba04c6.tar.bz2
mpv-d9beced7e677d7c394bb9d30f3f2803309ba04c6.tar.xz
Support for selecting the audio track in Matroska files via -alang.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10168 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mencoder.c')
-rw-r--r--mencoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mencoder.c b/mencoder.c
index 49776c1485..bec2f6d362 100644
--- a/mencoder.c
+++ b/mencoder.c
@@ -99,7 +99,7 @@ int audio_id=-1;
int video_id=-1;
int dvdsub_id=-1;
int vobsub_id=-1;
-static char* audio_lang=NULL;
+char* audio_lang=NULL;
char* dvdsub_lang=NULL;
static char* spudec_ifo=NULL;