summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-18 18:58:38 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-18 18:58:38 +0000
commitd4a4bb365113d605b30a11f2115ed24fc85ef5d5 (patch)
treee2a1b6d1b7da9352936c323ee1812868d2d27305 /stream
parent7b414c9b28bd2e39a2dc9aa433e4c680f0252bb4 (diff)
downloadmpv-d4a4bb365113d605b30a11f2115ed24fc85ef5d5.tar.bz2
mpv-d4a4bb365113d605b30a11f2115ed24fc85ef5d5.tar.xz
new stream_ctrl to get currently playing chapter (needed for stream-driven relative chapter seeking)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19443 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream')
-rw-r--r--stream/stream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/stream.h b/stream/stream.h
index 1d9e4011e9..c89e494099 100644
--- a/stream/stream.h
+++ b/stream/stream.h
@@ -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"