comparison 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
comparison
equal deleted inserted replaced
30948:24b8498ff786 30949:e4c7703dd901
21 21
22 /* 22 /*
23 * config for cfgparser 23 * config for cfgparser
24 */ 24 */
25 25
26 #include "libmpcodecs/ve_x264.h"
26 #include "cfg-common.h" 27 #include "cfg-common.h"
27 28
28 extern int sws_flags; 29 extern int sws_flags;
29 extern char *pp_help; 30 extern char *pp_help;
30 31
33 extern m_option_t toolameopts_conf[]; 34 extern m_option_t toolameopts_conf[];
34 extern m_option_t twolameopts_conf[]; 35 extern m_option_t twolameopts_conf[];
35 extern m_option_t faacopts_conf[]; 36 extern m_option_t faacopts_conf[];
36 extern m_option_t vfwopts_conf[]; 37 extern m_option_t vfwopts_conf[];
37 extern m_option_t xvidencopts_conf[]; 38 extern m_option_t xvidencopts_conf[];
38
39 void x264enc_set_param(const m_option_t* opt, char* arg);
40
41 extern m_option_t nuvopts_conf[]; 39 extern m_option_t nuvopts_conf[];
42 extern m_option_t mpegopts_conf[]; 40 extern m_option_t mpegopts_conf[];
43 extern m_option_t lavfopts_conf[]; 41 extern m_option_t lavfopts_conf[];
44 42
45 const m_option_t ovc_conf[]={ 43 const m_option_t ovc_conf[]={