summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-02 16:10:56 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-02 16:10:56 +0000
commit1bf629e38ee8bbb8b908d905dfcca3933b7a5527 (patch)
treee7c6f57a20a77f8d13a8ee6b9266924d4e34814d /cfg-common.h
parent54016c67767766567ba260bcb2fb4198e9ca9fba (diff)
downloadmpv-1bf629e38ee8bbb8b908d905dfcca3933b7a5527.tar.bz2
mpv-1bf629e38ee8bbb8b908d905dfcca3933b7a5527.tar.xz
Move fakemono extern to cfg-common.h where it is actually used.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25259 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-common.h')
-rw-r--r--cfg-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfg-common.h b/cfg-common.h
index 58bfc5a26d..7a75a8532f 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -356,6 +356,7 @@ extern int field_dominance;
/* from dec_audio, currently used for ac3surround decoder only */
extern int audio_output_channels;
+extern int fakemono;
/* defined in network.c */
extern char *network_username;