diff options
author | iive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-01-23 14:32:15 +0000 |
---|---|---|
committer | iive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-01-23 14:32:15 +0000 |
commit | 1bc5cc764b86f3ee3db652735a362767548fbe3e (patch) | |
tree | 827fc5e1bbc2f633307d08967a2fd4a741da45e0 /libmpcodecs | |
parent | 41c2d2cb15db0f81cee2f02f6bef939a4526b7fe (diff) |
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
Diffstat (limited to 'libmpcodecs')
-rw-r--r-- | libmpcodecs/ve_xvid4.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |