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

gkovacs subversion at mplayerhq.hu
Mon Jul 13 08:22:18 CEST 2009


Author: gkovacs
Date: Mon Jul 13 08:22:18 2009
New Revision: 4703

Log:
removed unused chapter list from PlaylistContext

Modified:
   concat/libavformat/playlist.h

Modified: concat/libavformat/playlist.h
==============================================================================
--- concat/libavformat/playlist.h	Mon Jul 13 08:20:34 2009	(r4702)
+++ concat/libavformat/playlist.h	Mon Jul 13 08:22:18 2009	(r4703)
@@ -43,7 +43,6 @@ typedef struct PlaylistContext {
     PlayElem **pelist; /**< List of PlayElem, with each representing a playlist item */
     int pelist_size; /**< Length of the pelist array (number of playlist items) */
     int pe_curidx; /**< Index of the PlayElem that packets are being read from */
-    AVChapter **chlist; /**< List of chapters, with each playlist element representing a chapter */
     char *workingdir; /**< Directory in which the playlist file is stored in */
     char *filename; /**< Filename (not path) of the playlist file */
     int time_offsets_size; /**< Number of time offsets (number of multimedia streams), 2 with audio and video. */


More information about the FFmpeg-soc mailing list