summaryrefslogtreecommitdiff
path: root/ffserver.c
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2010-05-18 11:46:23 +0000
committerMartin Storsjö <martin@martin.st>2010-05-18 11:46:23 +0000
commit90c921002878c7cc99ba8e4d733543108925e6f8 (patch)
treeaa70c74a7205787ee1c1d3c70d68352fe0e4d8b7 /ffserver.c
parent1bf5228eb63ad915acbb64209d940d867dd295d4 (diff)
Cosmetics: reindent
Originally committed as revision 23156 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffserver.c')
-rw-r--r--ffserver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffserver.c b/ffserver.c
index e1116f56c7..1bb1141723 100644
--- a/ffserver.c
+++ b/ffserver.c
@@ -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)