[SCM] libav/experimental: align comments

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


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

    align comments
    
    Originally committed as revision 13253 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index f9f351a..f53ef30 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -392,8 +392,8 @@ typedef struct AVProgram {
 typedef struct AVChapter {
     int id;                 ///< Unique id to identify the chapter
     AVRational time_base;   ///< Timebase in which the start/end timestamps are specified
-    int64_t start, end; /**< chapter start/end time in AV_TIME_BASE units */
-    char *title; /**< chapter title */
+    int64_t start, end;     ///< chapter start/end time in AV_TIME_BASE units
+    char *title;            ///< chapter title
 } AVChapter;
 
 #define MAX_STREAMS 20

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list