cosmetics: indentation

Originally committed as revision 9161 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Aurelien Jacobs 2007-05-30 10:11:05 +00:00
parent 8623e55867
commit 808d83fd33
1 changed files with 3 additions and 3 deletions

View File

@ -3787,7 +3787,7 @@ int main(int argc, char **argv)
}
avformat_opts = av_alloc_format_context();
if (ENABLE_SWSCALER)
sws_opts = sws_getContext(16, 16, 0, 16, 16, 0, sws_flags, NULL,NULL,NULL);
sws_opts = sws_getContext(16,16,0, 16,16,0, sws_flags, NULL,NULL,NULL);
if (argc <= 1)
show_help();