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

nicodvb subversion at mplayerhq.hu
Tue Nov 7 23:46:37 CET 2006


Author: nicodvb
Date: Tue Nov  7 23:46:35 2006
New Revision: 20760

Modified:
   trunk/stream/stream.h

Log:
added definitions of STREAM_CTRL_GET_CURRENT_TIME STREAM_CTRL_SEEK_TO_TIME

Modified: trunk/stream/stream.h
==============================================================================
--- trunk/stream/stream.h	(original)
+++ trunk/stream/stream.h	Tue Nov  7 23:46:35 2006
@@ -56,6 +56,8 @@
 #define STREAM_CTRL_SEEK_TO_CHAPTER 2
 #define STREAM_CTRL_GET_CURRENT_CHAPTER 3
 #define STREAM_CTRL_GET_NUM_CHAPTERS 4
+#define STREAM_CTRL_GET_CURRENT_TIME 5
+#define STREAM_CTRL_SEEK_TO_TIME 6
 
 #ifdef MPLAYER_NETWORK
 #include "network.h"



More information about the MPlayer-cvslog mailing list