diff libmpcodecs/ve_xvid4.c @ 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 9d0b189ce1b2
children afa125da85cf
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);
 	}