mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
ffserver: allocate rc_eq, prevent freeing invalid pointer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
ef36ba5e08
commit
e85771f268
@ -3904,7 +3904,7 @@ static void add_codec(FFStream *stream, AVCodecContext *av)
|
||||
av->rc_buffer_aggressivity = 1.0;
|
||||
|
||||
if (!av->rc_eq)
|
||||
av->rc_eq = "tex^qComp";
|
||||
av->rc_eq = av_strdup("tex^qComp");
|
||||
if (!av->i_quant_factor)
|
||||
av->i_quant_factor = -0.8;
|
||||
if (!av->b_quant_factor)
|
||||
|
Loading…
Reference in New Issue
Block a user