diff cfg-mencoder.h @ 20317:50584bb892c0

make any parse error in -x264encopts fatal
author lorenm
date Fri, 20 Oct 2006 19:19:29 +0000
parents eaaf13b39595
children b875b84a511e
line wrap: on
line diff
--- a/cfg-mencoder.h	Fri Oct 20 18:47:27 2006 +0000
+++ b/cfg-mencoder.h	Fri Oct 20 19:19:29 2006 +0000
@@ -43,7 +43,7 @@
 #endif
 
 #if defined(HAVE_X264)
-extern int x264enc_set_param(m_option_t* opt, char* arg);
+extern void x264enc_set_param(m_option_t* opt, char* arg);
 #endif
 
 extern m_option_t nuvopts_conf[];