diff cfg-common.h @ 31402:c9e6eb55607e

Move audio_output_channels/fakemono extern variable declarations to dec_audio.h.
author diego
date Fri, 18 Jun 2010 17:06:39 +0000
parents 262d9759bfc5
children 6fccaae78d5b
line wrap: on
line diff
--- a/cfg-common.h	Fri Jun 18 17:03:13 2010 +0000
+++ b/cfg-common.h	Fri Jun 18 17:06:39 2010 +0000
@@ -26,6 +26,7 @@
 #include "mp_msg.h"
 
 #include "libmpcodecs/ad.h"
+#include "libmpcodecs/dec_audio.h"
 #include "libmpcodecs/dec_video.h"
 #include "libmpcodecs/vd.h"
 #include "libmpdemux/demux_ts.h"
@@ -33,10 +34,6 @@
 #include "stream/network.h"
 #include "codec-cfg.h"
 
-/* from dec_audio, currently used for ac3surround decoder only */
-extern int audio_output_channels;
-extern int fakemono;
-
 extern int network_prefer_ipv4;
 extern int reuse_socket;