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. */
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to