[FFmpeg-soc] [soc]: r5187 - concat/libavformat/playlist.h

gkovacs subversion at mplayerhq.hu
Thu Aug 20 11:23:55 CEST 2009


Author: gkovacs
Date: Thu Aug 20 11:23:55 2009
New Revision: 5187

Log:
align comments

Modified:
   concat/libavformat/playlist.h

Modified: concat/libavformat/playlist.h
==============================================================================
--- concat/libavformat/playlist.h	Thu Aug 20 11:18:37 2009	(r5186)
+++ concat/libavformat/playlist.h	Thu Aug 20 11:23:55 2009	(r5187)
@@ -42,12 +42,12 @@
  *  @brief Represents the playlist and contains PlayElem for each playlist item.
  */
 typedef struct PlaylistContext {
-    char **flist; /**< List of file names for each playlist item */
+    char **flist;          /**< List of file names for each playlist item */
     AVFormatContext **icl; /**< List of FormatContext for each playlist items */
-    int pelist_size; /**< Number of playlist elements stored in icl */
-    int pe_curidx; /**< Index of the AVFormatContext in icl that packets are being read from */
-    int64_t *durations; /**< Durations, in AV_TIME_BASE units, for each playlist item */
-    int *nb_streams_list; /**< List of the number of streams in each playlist item*/
+    int pelist_size;       /**< Number of playlist elements stored in icl */
+    int pe_curidx;         /**< Index of the AVFormatContext in icl that packets are being read from */
+    int64_t *durations;    /**< Durations, in AV_TIME_BASE units, for each playlist item */
+    int *nb_streams_list;  /**< List of the number of streams in each playlist item*/
 } PlaylistContext;
 
 /** @fn AVFormatContext *ff_playlist_alloc_formatcontext(char *filename)


More information about the FFmpeg-soc mailing list