comparison cfg-common.h @ 31439:c0d4771c11c7

Move demuxer-specific option array declarations to demuxer.h.
author diego
date Mon, 21 Jun 2010 09:55:59 +0000
parents a2c6762a9adc
children 6f152da62242
comparison
equal deleted inserted replaced
31438:3afcf20a13e4 31439:c0d4771c11c7
47 #include "mpcommon.h" 47 #include "mpcommon.h"
48 48
49 #ifdef CONFIG_CDDA 49 #ifdef CONFIG_CDDA
50 #include "stream/cdd.h" 50 #include "stream/cdd.h"
51 #endif 51 #endif
52
53 /* defined in libmpdemux: */
54 extern const m_option_t demux_rawaudio_opts[];
55 extern const m_option_t demux_rawvideo_opts[];
56
57 52
58 #include "stream/tv.h" 53 #include "stream/tv.h"
59 #include "stream/stream_radio.h" 54 #include "stream/stream_radio.h"
60 55
61 56
157 {NULL, NULL, 0, 0, 0, 0, NULL} 152 {NULL, NULL, 0, 0, 0, 0, NULL}
158 }; 153 };
159 #endif /* CONFIG_PVR */ 154 #endif /* CONFIG_PVR */
160 155
161 extern const m_config_t dvbin_opts_conf[]; 156 extern const m_config_t dvbin_opts_conf[];
162 extern const m_option_t lavfdopts_conf[];
163 157
164 extern int rtsp_port; 158 extern int rtsp_port;
165 extern char *rtsp_destination; 159 extern char *rtsp_destination;
166 160
167 const m_option_t scaler_filter_conf[]={ 161 const m_option_t scaler_filter_conf[]={