Author: gkovacs
Date: Wed Aug 26 03:35:00 2009
New Revision: 5282

Log:
align doxy comments

Modified:
   concat/libavformat/avplaylist.h

Modified: concat/libavformat/avplaylist.h
==============================================================================
--- concat/libavformat/avplaylist.h     Wed Aug 26 03:34:29 2009        (r5281)
+++ concat/libavformat/avplaylist.h     Wed Aug 26 03:35:00 2009        (r5282)
@@ -40,13 +40,13 @@
  *  @brief Represents the playlist and contains AVFormatContext for each 
playlist item.
  */
 typedef struct AVPlaylistContext {
-    char **flist;                         /**< List of file names for each 
playlist item */
-    AVFormatContext **formatcontext_list; /**< List of AVFormatContext for 
each playlist item */
-    int pelist_size;                      /**< Number of playlist elements 
stored in formatcontext_list */
-    int pe_curidx;                        /**< Index of the AVFormatContext in 
formatcontext_list that packets are being read from */
-    int64_t *durations;                   /**< Sum of previous durations, in 
AV_TIME_BASE units, for each playlist item */
-    int *nb_streams_list;                 /**< List of the number of streams 
in each playlist item*/
-    AVFormatContext *master_formatcontext;/**< Parent AVFormatContext of which 
priv_data is this playlist. NULL if playlist is used standalone. */
+    char **flist;                          /**< List of file names for each 
playlist item */
+    AVFormatContext **formatcontext_list;  /**< List of AVFormatContext for 
each playlist item */
+    int pelist_size;                       /**< Number of playlist elements 
stored in formatcontext_list */
+    int pe_curidx;                         /**< Index of the AVFormatContext 
in formatcontext_list that packets are being read from */
+    int64_t *durations;                    /**< Sum of previous durations, in 
AV_TIME_BASE units, for each playlist item */
+    int *nb_streams_list;                  /**< List of the number of streams 
in each playlist item*/
+    AVFormatContext *master_formatcontext; /**< Parent AVFormatContext of 
which priv_data is this playlist. NULL if playlist is used standalone. */
 } AVPlaylistContext;
 
 /** @brief Allocates a new AVFormatContext for a concat-type demuxer.
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to