[SCM] libav/experimental: vertical align

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:21:06 UTC 2013


The following commit has been merged in the experimental branch:
commit 747fb6c60c2d89f86ba4c1ff5985633ed1b77fec
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Fri May 23 13:04:12 2008 +0000

    vertical align
    
    Originally committed as revision 13259 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/utils.c b/libavformat/utils.c
index 4097654..7986d49 100644
--- a/libavformat/utils.c
+++ b/libavformat/utils.c
@@ -2254,7 +2254,7 @@ int ff_new_chapter(AVFormatContext *s, int id, int64_t start, int64_t end, const
     chapter->title = av_strdup(title);
     chapter->id    = id;
     chapter->start = start;
-    chapter->end = end;
+    chapter->end   = end;
 
     return 0;
 }

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list