1/2 l: last patch lacked the option name, so it wasn't activeable

^^^ wasn't breaking CVS ;-)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15967 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gpoirier 2005-07-11 19:02:39 +00:00
parent 3784f7a494
commit f0e62b7c9c
1 changed files with 1 additions and 0 deletions

View File

@ -166,6 +166,7 @@ m_option_t x264encopts_conf[] = {
{"psnr", &psnr, CONF_TYPE_FLAG, 0, 0, 1, NULL},
{"nopsnr", &psnr, CONF_TYPE_FLAG, 0, 1, 0, NULL},
{"log", &log_level, CONF_TYPE_INT, CONF_RANGE, -1, 3, NULL},
{"turbo", &turbo, CONF_TYPE_INT, CONF_RANGE, 0, 2, NULL},
{NULL, NULL, 0, 0, 0, 0, NULL}
};