ffserver_config: add fixme on buffer_aggressivity/eq deprecation
Signed-off-by: Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
This commit is contained in:
parent
17cc78505c
commit
33aacb7750
@ -214,6 +214,8 @@ static void add_codec(FFServerStream *stream, AVCodecContext *av)
|
|||||||
av->frame_skip_cmp = FF_CMP_DCTMAX;
|
av->frame_skip_cmp = FF_CMP_DCTMAX;
|
||||||
if (!av->me_method)
|
if (!av->me_method)
|
||||||
av->me_method = ME_EPZS;
|
av->me_method = ME_EPZS;
|
||||||
|
|
||||||
|
/* FIXME: rc_buffer_aggressivity and rc_eq are deprecated */
|
||||||
av->rc_buffer_aggressivity = 1.0;
|
av->rc_buffer_aggressivity = 1.0;
|
||||||
|
|
||||||
if (!av->rc_eq)
|
if (!av->rc_eq)
|
||||||
|
Loading…
Reference in New Issue
Block a user