[FFmpeg-cvslog] r25728 - trunk/ffmpeg.c
elenril
subversion
Fri Nov 12 07:56:23 CET 2010
Author: elenril
Date: Fri Nov 12 07:56:23 2010
New Revision: 25728
Log:
ffmpeg.c: reindent
Modified:
trunk/ffmpeg.c
Modified: trunk/ffmpeg.c
==============================================================================
--- trunk/ffmpeg.c Fri Nov 12 07:56:19 2010 (r25727)
+++ trunk/ffmpeg.c Fri Nov 12 07:56:23 2010 (r25728)
@@ -2411,14 +2411,14 @@ static int transcode(AVFormatContext **o
/* 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++) {
More information about the ffmpeg-cvslog
mailing list