[MPlayer-cvslog] r19481 - trunk/stream/stream.h

nicodvb subversion at mplayerhq.hu
Mon Aug 21 21:10:19 CEST 2006


Author: nicodvb
Date: Mon Aug 21 21:10:18 2006
New Revision: 19481

Modified:
   trunk/stream/stream.h

Log:
added STREAM_CTRL_GET_NUM_CHAPTERS to get total number of chapters from the stream reader

Modified: trunk/stream/stream.h
==============================================================================
--- trunk/stream/stream.h	(original)
+++ trunk/stream/stream.h	Mon Aug 21 21:10:18 2006
@@ -54,6 +54,7 @@
 #define STREAM_CTRL_GET_TIME_LENGTH 1
 #define STREAM_CTRL_SEEK_TO_CHAPTER 2
 #define STREAM_CTRL_GET_CURRENT_CHAPTER 3
+#define STREAM_CTRL_GET_NUM_CHAPTERS 4
 
 #ifdef MPLAYER_NETWORK
 #include "network.h"



More information about the MPlayer-cvslog mailing list