diff libmpdemux/demuxer.h @ 31439:c0d4771c11c7

Move demuxer-specific option array declarations to demuxer.h.
author diego
date Mon, 21 Jun 2010 09:55:59 +0000
parents e1541d633713
children a295c59e1a48
line wrap: on
line diff
--- a/libmpdemux/demuxer.h	Mon Jun 21 09:51:26 2010 +0000
+++ b/libmpdemux/demuxer.h	Mon Jun 21 09:55:59 2010 +0000
@@ -28,6 +28,7 @@
 #ifdef CONFIG_ASS
 #include "libass/ass_mp.h"
 #endif
+#include "m_option.h"
 
 #ifdef HAVE_BUILTIN_EXPECT
 #define likely(x) __builtin_expect ((x) != 0, 1)
@@ -187,6 +188,11 @@
 extern int rtsp_transport_sctp;
 extern int rtsp_transport_tcp;
 
+extern const m_option_t demux_rawaudio_opts[];
+extern const m_option_t demux_rawvideo_opts[];
+extern const m_option_t lavfdopts_conf[];
+
+
 /**
  * Demuxer description structure
  */