diff stream/stream.h @ 20744:30091c3ad3cd

added definitions of STREAM_CTRL_GET_CURRENT_TIME STREAM_CTRL_SEEK_TO_TIME
author nicodvb
date Tue, 07 Nov 2006 22:46:35 +0000
parents bd821fd3e244
children b7e2f8fd263e
line wrap: on
line diff
--- a/stream/stream.h	Tue Nov 07 21:09:10 2006 +0000
+++ b/stream/stream.h	Tue Nov 07 22:46:35 2006 +0000
@@ -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"