[MPlayer-cvslog] r25837 - trunk/libmpcodecs/ve_xvid4.c
iive
subversion at mplayerhq.hu
Wed Jan 23 15:32:15 CET 2008
Author: iive
Date: Wed Jan 23 15:32:15 2008
New Revision: 25837
Log:
Use the proper option name for constant quantizer
in the hint that user gets if there isn't any of
the essential options.
Modified:
trunk/libmpcodecs/ve_xvid4.c
Modified: trunk/libmpcodecs/ve_xvid4.c
==============================================================================
--- trunk/libmpcodecs/ve_xvid4.c (original)
+++ trunk/libmpcodecs/ve_xvid4.c Wed Jan 23 15:32:15 2008
@@ -1066,7 +1066,7 @@ static int set_create_struct(xvid_mplaye
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);
}
More information about the MPlayer-cvslog
mailing list