Use the proper option name for constant quantizer

in the hint that user gets if there isn't any of
the essential options.



git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25837 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
iive 2008-01-23 14:32:15 +00:00
parent 41c2d2cb15
commit 1bc5cc764b
1 changed files with 1 additions and 1 deletions

View File

@ -1066,7 +1066,7 @@ static int set_create_struct(xvid_mplayer_module_t *mod)
if(pass == 0) {
mp_msg(MSGT_MENCODER, MSGL_ERR,
"xvid: you must specify one or a valid combination of "
"'bitrate', 'pass', 'quantizer' settings\n");
"'bitrate', 'pass', 'fixed_quant' settings\n");
return(BAD);
}