diff cfg-mencoder.h @ 30949:e4c7703dd901

Add a header for x264enc_set_param() instead of forward declaring it.
author diego
date Sat, 03 Apr 2010 14:20:34 +0000
parents 66e27086f326
children 4e59a7aebadb
line wrap: on
line diff
--- a/cfg-mencoder.h	Sat Apr 03 13:51:14 2010 +0000
+++ b/cfg-mencoder.h	Sat Apr 03 14:20:34 2010 +0000
@@ -23,6 +23,7 @@
  * config for cfgparser
  */
 
+#include "libmpcodecs/ve_x264.h"
 #include "cfg-common.h"
 
 extern int sws_flags;
@@ -35,9 +36,6 @@
 extern m_option_t faacopts_conf[];
 extern m_option_t vfwopts_conf[];
 extern m_option_t xvidencopts_conf[];
-
-void x264enc_set_param(const m_option_t* opt, char* arg);
-
 extern m_option_t nuvopts_conf[];
 extern m_option_t mpegopts_conf[];
 extern m_option_t lavfopts_conf[];