summaryrefslogtreecommitdiffstats
path: root/cfg-mencoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'cfg-mencoder.h')
-rw-r--r--cfg-mencoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg-mencoder.h b/cfg-mencoder.h
index 660b44d734..411b748d2a 100644
--- a/cfg-mencoder.h
+++ b/cfg-mencoder.h
@@ -43,7 +43,7 @@ extern m_option_t xvidencopts_conf[];
#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[];