[SCM] libav/experimental: ffmpeg.c: reindent

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:18:27 UTC 2013


The following commit has been merged in the experimental branch:
commit 45290fcdf09108121788530c5a0222447a9eac9f
Author: Anton Khirnov <wyskas at gmail.com>
Date:   Tue Nov 2 06:12:56 2010 +0000

    ffmpeg.c: reindent
    
    Originally committed as revision 25637 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/ffmpeg.c b/ffmpeg.c
index 53a1827..fd3b404 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -1863,8 +1863,8 @@ static int copy_chapters(int infile, int outfile)
         out_ch->end       = FFMIN(rt, in_ch->end   - ts_off);
 
         if (metadata_chapters_autocopy)
-        while ((t = av_metadata_get(in_ch->metadata, "", t, AV_METADATA_IGNORE_SUFFIX)))
-            av_metadata_set2(&out_ch->metadata, t->key, t->value, 0);
+            while ((t = av_metadata_get(in_ch->metadata, "", t, AV_METADATA_IGNORE_SUFFIX)))
+                av_metadata_set2(&out_ch->metadata, t->key, t->value, 0);
 
         os->nb_chapters++;
         os->chapters = av_realloc(os->chapters, sizeof(AVChapter)*os->nb_chapters);
@@ -2093,9 +2093,9 @@ static int transcode(AVFormatContext **output_files,
         icodec = ist->st->codec;
 
         if (metadata_streams_autocopy)
-        while ((t = av_metadata_get(ist->st->metadata, "", t, AV_METADATA_IGNORE_SUFFIX))) {
-            av_metadata_set2(&ost->st->metadata, t->key, t->value, AV_METADATA_DONT_OVERWRITE);
-        }
+            while ((t = av_metadata_get(ist->st->metadata, "", t, AV_METADATA_IGNORE_SUFFIX))) {
+                av_metadata_set2(&ost->st->metadata, t->key, t->value, AV_METADATA_DONT_OVERWRITE);
+            }
 
         ost->st->disposition = ist->st->disposition;
         codec->bits_per_raw_sample= icodec->bits_per_raw_sample;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list