mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 20:19:55 +00:00
ffmpeg.c: reindent
Originally committed as revision 25728 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
91e96ebafb
commit
a9c2bf9dc1
14
ffmpeg.c
14
ffmpeg.c
@ -2411,14 +2411,14 @@ static int transcode(AVFormatContext **output_files,
|
||||
|
||||
/* copy chapters from the first input file that has them*/
|
||||
if (!nb_chapter_maps)
|
||||
for (i = 0; i < nb_input_files; i++) {
|
||||
if (!input_files[i]->nb_chapters)
|
||||
continue;
|
||||
for (i = 0; i < nb_input_files; i++) {
|
||||
if (!input_files[i]->nb_chapters)
|
||||
continue;
|
||||
|
||||
for (j = 0; j < nb_output_files; j++)
|
||||
if ((ret = copy_chapters(i, j)) < 0)
|
||||
goto dump_format;
|
||||
}
|
||||
for (j = 0; j < nb_output_files; j++)
|
||||
if ((ret = copy_chapters(i, j)) < 0)
|
||||
goto dump_format;
|
||||
}
|
||||
|
||||
/* open files and write file headers */
|
||||
for(i=0;i<nb_output_files;i++) {
|
||||
|
Loading…
Reference in New Issue
Block a user