From 1bc5cc764b86f3ee3db652735a362767548fbe3e Mon Sep 17 00:00:00 2001 From: iive Date: Wed, 23 Jan 2008 14:32:15 +0000 Subject: 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 --- libmpcodecs/ve_xvid4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmpcodecs') diff --git a/libmpcodecs/ve_xvid4.c b/libmpcodecs/ve_xvid4.c index 0ccf72102f..09958ad0e4 100644 --- a/libmpcodecs/ve_xvid4.c +++ b/libmpcodecs/ve_xvid4.c @@ -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); } -- cgit v1.2.3