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

nicodvb subversion at mplayerhq.hu
Fri Aug 18 20:58:39 CEST 2006


Author: nicodvb
Date: Fri Aug 18 20:58:38 2006
New Revision: 19443

Modified:
   trunk/stream/stream.h

Log:
new stream_ctrl to get currently playing chapter (needed for stream-driven relative chapter seeking)

Modified: trunk/stream/stream.h
==============================================================================
--- trunk/stream/stream.h	(original)
+++ trunk/stream/stream.h	Fri Aug 18 20:58:38 2006
@@ -53,6 +53,7 @@
 #define STREAM_CTRL_RESET 0
 #define STREAM_CTRL_GET_TIME_LENGTH 1
 #define STREAM_CTRL_SEEK_TO_CHAPTER 2
+#define STREAM_CTRL_GET_CURRENT_CHAPTER 3
 
 #ifdef MPLAYER_NETWORK
 #include "network.h"



More information about the MPlayer-cvslog mailing list