mirror of
https://github.com/mpv-player/mpv
synced 2024-12-15 11:25:10 +00:00
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:
parent
41c2d2cb15
commit
1bc5cc764b
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user