# HG changeset patch # User iive # Date 1201098735 0 # Node ID 7c4ba42d7328b6e9a887738db8f41b06e21d61d5 # Parent c826db20113511ece507c9cf4fe326f193ba5910 Use the proper option name for constant quantizer in the hint that user gets if there isn't any of the essential options. diff -r c826db201135 -r 7c4ba42d7328 libmpcodecs/ve_xvid4.c --- 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); }