summaryrefslogtreecommitdiffstats
path: root/ffserver.c
diff options
context:
space:
mode:
Diffstat (limited to 'ffserver.c')
-rw-r--r--ffserver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffserver.c b/ffserver.c
index 448fb65..0d2d423 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)
OpenPOWER on IntegriCloud