comparison 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
comparison
equal deleted inserted replaced
31401:262d9759bfc5 31402:c9e6eb55607e
24 #include "m_config.h" 24 #include "m_config.h"
25 #include "m_option.h" 25 #include "m_option.h"
26 #include "mp_msg.h" 26 #include "mp_msg.h"
27 27
28 #include "libmpcodecs/ad.h" 28 #include "libmpcodecs/ad.h"
29 #include "libmpcodecs/dec_audio.h"
29 #include "libmpcodecs/dec_video.h" 30 #include "libmpcodecs/dec_video.h"
30 #include "libmpcodecs/vd.h" 31 #include "libmpcodecs/vd.h"
31 #include "libmpdemux/demux_ts.h" 32 #include "libmpdemux/demux_ts.h"
32 #include "osdep/priority.h" 33 #include "osdep/priority.h"
33 #include "stream/network.h" 34 #include "stream/network.h"
34 #include "codec-cfg.h" 35 #include "codec-cfg.h"
35
36 /* from dec_audio, currently used for ac3surround decoder only */
37 extern int audio_output_channels;
38 extern int fakemono;
39 36
40 extern int network_prefer_ipv4; 37 extern int network_prefer_ipv4;
41 extern int reuse_socket; 38 extern int reuse_socket;
42 39
43 extern int dvd_speed; /* stream/stream_dvd.c */ 40 extern int dvd_speed; /* stream/stream_dvd.c */