Mercurial > mplayer.hg
changeset 25809:7c4ba42d7328
Use the proper option name for constant quantizer
in the hint that user gets if there isn't any of
the essential options.
author | iive |
---|---|
date | Wed, 23 Jan 2008 14:32:15 +0000 |
parents | c826db201135 |
children | 7d81806e92dd |
files | libmpcodecs/ve_xvid4.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/ve_xvid4.c Wed Jan 23 14:08:59 2008 +0000 +++ b/libmpcodecs/ve_xvid4.c Wed Jan 23 14:32:15 2008 +0000 @@ -1066,7 +1066,7 @@ 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); }