comparison cfg-mencoder.h @ 30592:66e27086f326

Remove forward declarations for non-existing functions readPPOpt, revertPPOpt.
author diego
date Thu, 18 Feb 2010 09:41:52 +0000
parents c1a3f1bbba26
children e4c7703dd901
comparison
equal deleted inserted replaced
30591:60ad8ca441dc 30592:66e27086f326
24 */ 24 */
25 25
26 #include "cfg-common.h" 26 #include "cfg-common.h"
27 27
28 extern int sws_flags; 28 extern int sws_flags;
29 int readPPOpt(void *, char *arg);
30 void revertPPOpt(void *conf, char* opt);
31 extern char *pp_help; 29 extern char *pp_help;
32 30
33 extern m_option_t lameopts_conf[]; 31 extern m_option_t lameopts_conf[];
34 extern m_option_t lavcopts_conf[]; 32 extern m_option_t lavcopts_conf[];
35 extern m_option_t toolameopts_conf[]; 33 extern m_option_t toolameopts_conf[];