summaryrefslogtreecommitdiffstats
path: root/stream/stream.h
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-07 22:46:35 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-07 22:46:35 +0000
commitf8bea9a0826229b9ef1567b480a509a7c11e8db6 (patch)
tree6f3c6973bd46281c5cc1ac2d16d7ee5285b77a6b /stream/stream.h
parentc24e344faeadaef9150d47f8be17dcc3de0e8903 (diff)
downloadmpv-f8bea9a0826229b9ef1567b480a509a7c11e8db6.tar.bz2
mpv-f8bea9a0826229b9ef1567b480a509a7c11e8db6.tar.xz
added definitions of STREAM_CTRL_GET_CURRENT_TIME STREAM_CTRL_SEEK_TO_TIME
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20760 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/stream.h')
-rw-r--r--stream/stream.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/stream/stream.h b/stream/stream.h
index b85db830f7..3ea8d5f375 100644
--- a/stream/stream.h
+++ b/stream/stream.h
@@ -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"