1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

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

View File

@@ -3787,7 +3787,7 @@ int main(int argc, char **argv)
} }
avformat_opts = av_alloc_format_context(); avformat_opts = av_alloc_format_context();
if (ENABLE_SWSCALER) 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) if (argc <= 1)
show_help(); show_help();