summaryrefslogtreecommitdiffstats
path: root/cfg-mencoder.h
diff options
context:
space:
mode:
authorlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-20 19:19:29 +0000
committerlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-20 19:19:29 +0000
commit11a8049263ba6e29fb004f99f60ce11e8ff74d27 (patch)
treee2b8f9e1b45e7ac2d5c49e9fdc04c9fff0aaafda /cfg-mencoder.h
parente0025ee924b48103163e22574a836a46ebe60d0f (diff)
downloadmpv-11a8049263ba6e29fb004f99f60ce11e8ff74d27.tar.bz2
mpv-11a8049263ba6e29fb004f99f60ce11e8ff74d27.tar.xz
make any parse error in -x264encopts fatal
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20323 b3059339-0415-0410-9bf9-f77b7e298cf2
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[];