OSDN Git Service

cosmetics: indentation
authorAurelien Jacobs <aurel@gnuage.org>
Fri, 23 May 2008 11:46:05 +0000 (11:46 +0000)
committerAurelien Jacobs <aurel@gnuage.org>
Fri, 23 May 2008 11:46:05 +0000 (11:46 +0000)
Originally committed as revision 13248 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/utils.c

index 9c537f3..66f26cc 100644 (file)
@@ -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;