Cosmetics: reindent
authorMartin Storsjö <martin@martin.st>
Tue, 18 May 2010 11:46:23 +0000 (11:46 +0000)
committerMartin Storsjö <martin@martin.st>
Tue, 18 May 2010 11:46:23 +0000 (11:46 +0000)
Originally committed as revision 23156 to svn://svn.ffmpeg.org/ffmpeg/trunk

ffserver.c

index e1116f5..1bb1141 100644 (file)
@@ -3844,7 +3844,7 @@ static void add_codec(FFStream *stream, AVCodecContext *av)
 
         av->frame_skip_cmp = FF_CMP_DCTMAX;
         if (!av->me_method)
-        av->me_method = ME_EPZS;
+            av->me_method = ME_EPZS;
         av->rc_buffer_aggressivity = 1.0;
 
         if (!av->rc_eq)