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

aurel subversion
Sat May 24 14:56:05 CEST 2008


Author: aurel
Date: Sat May 24 14:56:05 2008
New Revision: 13280

Log:
cosmetics: indentation

Modified:
   trunk/libavformat/utils.c

Modified: trunk/libavformat/utils.c
==============================================================================
--- trunk/libavformat/utils.c	(original)
+++ trunk/libavformat/utils.c	Sat May 24 14:56:05 2008
@@ -2261,7 +2261,7 @@ AVChapter *ff_new_chapter(AVFormatContex
             return NULL;
         dynarray_add(&s->chapters, &s->nb_chapters, chapter);
     }
-        av_free(chapter->title);
+    av_free(chapter->title);
     chapter->title = av_strdup(title);
     chapter->id    = id;
     chapter->time_base= time_base;




More information about the ffmpeg-cvslog mailing list