You've already forked FFmpeg
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:
2
ffmpeg.c
2
ffmpeg.c
@@ -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();
|
||||||
|
Reference in New Issue
Block a user