[SCM] libav/experimental: ffmpeg.c: reindent
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 17:18:55 UTC 2013
The following commit has been merged in the experimental branch:
commit a9c2bf9dc115edc480ef36ccb8db4f941e6b92e9
Author: Anton Khirnov <wyskas at gmail.com>
Date: Fri Nov 12 06:56:23 2010 +0000
ffmpeg.c: reindent
Originally committed as revision 25728 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/ffmpeg.c b/ffmpeg.c
index 9b2cc20..7cdf63f 100644
--- a/ffmpeg.c
+++ b/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++) {
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list