[SCM] libav/experimental: cosmetics: indentation

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:21:03 UTC 2013


The following commit has been merged in the experimental branch:
commit 842ffee3869c06b168167bb6cae6d42198e4e404
Author: Aurelien Jacobs <aurel at gnuage.org>
Date:   Fri May 23 11:46:05 2008 +0000

    cosmetics: indentation
    
    Originally committed as revision 13248 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/utils.c b/libavformat/utils.c
index 9c537f3..66f26cc 100644
--- a/libavformat/utils.c
+++ b/libavformat/utils.c
@@ -2240,7 +2240,7 @@ int ff_new_chapter(AVFormatContext *s, int64_t start, int64_t end, const char *t
     if(!chapter)
         return AVERROR(ENOMEM);
     if (title)
-    chapter->title = av_strdup(title);
+        chapter->title = av_strdup(title);
     chapter->start = start;
     chapter->end = end;
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list