Cosmetics: reindent

Originally committed as revision 23156 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Martin Storsjö 2010-05-18 11:46:23 +00:00
parent 1bf5228eb6
commit 90c9210028
1 changed files with 1 additions and 1 deletions

View 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)