diff 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
line wrap: on
line diff
--- a/cfg-common.h	Mon Jun 21 09:51:26 2010 +0000
+++ b/cfg-common.h	Mon Jun 21 09:55:59 2010 +0000
@@ -50,11 +50,6 @@
 #include "stream/cdd.h"
 #endif
 
-/* defined in libmpdemux: */
-extern const m_option_t demux_rawaudio_opts[];
-extern const m_option_t demux_rawvideo_opts[];
-
-
 #include "stream/tv.h"
 #include "stream/stream_radio.h"
 
@@ -159,7 +154,6 @@
 #endif /* CONFIG_PVR */
 
 extern const m_config_t dvbin_opts_conf[];
-extern const m_option_t lavfdopts_conf[];
 
 extern int rtsp_port;
 extern char *rtsp_destination;