Commit 18d602db authored by michael's avatar michael

min rate should be 0 by default


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3362 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c8cfcb02
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment