Commit 808d83fd authored by Aurelien Jacobs's avatar Aurelien Jacobs

cosmetics: indentation

Originally committed as revision 9161 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 8623e558
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment