Browse Source

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
tags/n0.8
Howard Chu Martin Storsjö 15 years ago
parent
commit
1bf5228eb6
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      ffserver.c

+ 1
- 0
ffserver.c 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;



Loading…
Cancel
Save