From b3a391e8b8498b3156849dafe164c859fbfbbcd2 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 19 Sep 2002 20:22:39 +0000 Subject: fixing i_quant_factor, this should finally fix the bitrate bug with ffserver hopefully Originally committed as revision 959 to svn://svn.ffmpeg.org/ffmpeg/trunk --- ffserver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ffserver.c') diff --git a/ffserver.c b/ffserver.c index 448fb65794..0d2d423670 100644 --- a/ffserver.c +++ b/ffserver.c @@ -3296,7 +3296,7 @@ void add_codec(FFStream *stream, AVCodecContext *av) if (!av->rc_eq) av->rc_eq = "tex^qComp"; if (!av->i_quant_factor) - av->i_quant_factor = 0.8; + av->i_quant_factor = -0.8; if (!av->b_quant_factor) av->b_quant_factor = 1.25; if (!av->b_quant_offset) -- cgit v1.2.3