diff cfg-mencoder.h @ 31452:435530ed1a33

Move lavfopts_conf/mpegopts_conf/nuvopts_conf extern declarations to muxer.h.
author diego
date Mon, 21 Jun 2010 14:43:08 +0000
parents 3afcf20a13e4
children 99800c647f77
line wrap: on
line diff
--- a/cfg-mencoder.h	Mon Jun 21 14:40:28 2010 +0000
+++ b/cfg-mencoder.h	Mon Jun 21 14:43:08 2010 +0000
@@ -28,13 +28,11 @@
 #include "libmpcodecs/ae_toolame.h"
 #include "libmpcodecs/ae_twolame.h"
 #include "libmpcodecs/ve_x264.h"
+#include "libmpdemux/muxer.h"
 #include "libmpdemux/muxer_avi.h"
 #include "cfg-common.h"
 
 extern const m_option_t lavcopts_conf[];
-extern const m_option_t lavfopts_conf[];
-extern const m_option_t mpegopts_conf[];
-extern const m_option_t nuvopts_conf[];
 extern const m_option_t vfwopts_conf[];
 extern const m_option_t xvidencopts_conf[];