ffserver: Don't set me_method unconditionally

Patch by Howard Chu, hyc at highlandsun dot com

Originally committed as revision 23155 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Howard Chu 2010-05-18 11:45:09 +00:00 committed by Martin Storsjö
parent 0156fcf252
commit 1bf5228eb6
1 changed files with 1 additions and 0 deletions

View File

@ -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;