Commit acd284c8 authored by mstorsjo's avatar mstorsjo

ffserver: Don't set me_method unconditionally

Patch by Howard Chu, hyc at highlandsun dot com


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23155 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent efb6caad
......@@ -3843,6 +3843,7 @@ static void add_codec(FFStream *stream, AVCodecContext *av)
av->nsse_weight = 8;
av->frame_skip_cmp = FF_CMP_DCTMAX;
if (!av->me_method)
av->me_method = ME_EPZS;
av->rc_buffer_aggressivity = 1.0;
......
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