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

michael subversion
Fri May 23 15:03:04 CEST 2008


Author: michael
Date: Fri May 23 15:03:04 2008
New Revision: 13256

Log:
indent


Modified:
   trunk/libavformat/utils.c

Modified: trunk/libavformat/utils.c
==============================================================================
--- trunk/libavformat/utils.c	(original)
+++ trunk/libavformat/utils.c	Fri May 23 15:03:04 2008
@@ -2245,8 +2245,8 @@ int ff_new_chapter(AVFormatContext *s, i
 
     if(!chapter){
         chapter= av_mallocz(sizeof(AVChapter));
-    if(!chapter)
-        return AVERROR(ENOMEM);
+        if(!chapter)
+            return AVERROR(ENOMEM);
         dynarray_add(&s->chapters, &s->num_chapters, chapter);
     }
     if(chapter->title)




More information about the ffmpeg-cvslog mailing list