changeset 3326:3f389c56e9d6 libavformat

indent
author michael
date Fri, 23 May 2008 13:03:52 +0000
parents 36646f18cd52
children 87e48733847c
files utils.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/utils.c	Fri May 23 13:03:32 2008 +0000
+++ b/utils.c	Fri May 23 13:03:52 2008 +0000
@@ -2251,7 +2251,7 @@
     }
     if(chapter->title)
         av_free(chapter->title);
-        chapter->title = av_strdup(title);
+    chapter->title = av_strdup(title);
     chapter->id    = id;
     chapter->start = start;
     chapter->end = end;