[FFmpeg-cvslog] r13248 - trunk/libavformat/utils.c

aurel subversion
Fri May 23 13:46:06 CEST 2008


Author: aurel
Date: Fri May 23 13:46:05 2008
New Revision: 13248

Log:
cosmetics: indentation

Modified:
   trunk/libavformat/utils.c

Modified: trunk/libavformat/utils.c
==============================================================================
--- trunk/libavformat/utils.c	(original)
+++ trunk/libavformat/utils.c	Fri May 23 13:46:05 2008
@@ -2240,7 +2240,7 @@ int ff_new_chapter(AVFormatContext *s, i
     if(!chapter)
         return AVERROR(ENOMEM);
     if (title)
-    chapter->title = av_strdup(title);
+        chapter->title = av_strdup(title);
     chapter->start = start;
     chapter->end = end;
 




More information about the ffmpeg-cvslog mailing list