mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-26 18:40:00 +08:00
ffmpeg.c: reindent
Originally committed as revision 25728 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
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*/
|
/* copy chapters from the first input file that has them*/
|
||||||
if (!nb_chapter_maps)
|
if (!nb_chapter_maps)
|
||||||
for (i = 0; i < nb_input_files; i++) {
|
for (i = 0; i < nb_input_files; i++) {
|
||||||
if (!input_files[i]->nb_chapters)
|
if (!input_files[i]->nb_chapters)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
for (j = 0; j < nb_output_files; j++)
|
for (j = 0; j < nb_output_files; j++)
|
||||||
if ((ret = copy_chapters(i, j)) < 0)
|
if ((ret = copy_chapters(i, j)) < 0)
|
||||||
goto dump_format;
|
goto dump_format;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* open files and write file headers */
|
/* open files and write file headers */
|
||||||
for(i=0;i<nb_output_files;i++) {
|
for(i=0;i<nb_output_files;i++) {
|
||||||
|
Reference in New Issue
Block a user