summaryrefslogtreecommitdiff
path: root/ffserver.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2004-07-28 10:24:38 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-07-28 10:24:38 +0000
commit668fe04e39391d88216985742f747432526d7707 (patch)
treefec66b9a85ca0d0af8bdf8c64806fe8034f189ac /ffserver.c
parent7a04636485ad4ca0222a418dd2951a1ba8aa2ce4 (diff)
min rate should be 0 by default
Originally committed as revision 3362 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffserver.c')
-rw-r--r--ffserver.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ffserver.c b/ffserver.c
index cb195ef88e..b6d9905a02 100644
--- a/ffserver.c
+++ b/ffserver.c
@@ -3637,8 +3637,6 @@ static void add_codec(FFStream *stream, AVCodecContext *av)
av->b_quant_factor = 1.25;
if (!av->b_quant_offset)
av->b_quant_offset = 1.25;
- if (!av->rc_min_rate)
- av->rc_min_rate = av->bit_rate / 2;
if (!av->rc_max_rate)
av->rc_max_rate = av->bit_rate * 2;