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

gkovacs subversion at mplayerhq.hu
Mon Jul 6 20:21:55 CEST 2009


Author: gkovacs
Date: Mon Jul  6 20:21:55 2009
New Revision: 4636

Log:
removed redundant chlist_size, ch_curidx

Modified:
   concat/libavformat/playlist.h

Modified: concat/libavformat/playlist.h
==============================================================================
--- concat/libavformat/playlist.h	Mon Jul  6 20:18:02 2009	(r4635)
+++ concat/libavformat/playlist.h	Mon Jul  6 20:21:55 2009	(r4636)
@@ -46,8 +46,6 @@ typedef struct PlaylistContext {
     int *pe_curidxs; /**< Index of the PlayElem that each multimedia stream (video and audio) is currently on */
     int pe_curidxs_size; /**< Length of pe_curidxs array (number of multimedia streams) currently set to 2 (video and audio) */
     AVChapter **chlist; /**< List of chapters, with each playlist element representing a chapter */
-    int chlist_size; /**<  Length of chlist array (number of chapters) */
-    int ch_curidx; /**< Index of the current chapter */
     char *workingdir; /**< Directory in which the playlist file is stored in */
     char *filename; /**< Filename (not path) of the playlist file */
     int64_t *time_offsets; /**< Time offsets, in 10^-6 seconds, for each multimedia stream */


More information about the FFmpeg-soc mailing list