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

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


Author: michael
Date: Fri May 23 15:04:12 2008
New Revision: 13259

Log:
vertical align


Modified:
   trunk/libavformat/utils.c

Modified: trunk/libavformat/utils.c
==============================================================================
--- trunk/libavformat/utils.c	(original)
+++ trunk/libavformat/utils.c	Fri May 23 15:04:12 2008
@@ -2254,7 +2254,7 @@ int ff_new_chapter(AVFormatContext *s, i
     chapter->title = av_strdup(title);
     chapter->id    = id;
     chapter->start = start;
-    chapter->end = end;
+    chapter->end   = end;
 
     return 0;
 }




More information about the ffmpeg-cvslog mailing list