summaryrefslogtreecommitdiffstats
path: root/libmpdemux/stream.h
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-02-27 21:06:47 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-02-27 21:06:47 +0000
commit22226f94dfa40138d2d71081619fd255a5820a10 (patch)
tree6388bef5e35a1baf70278ef54cfda377452720e3 /libmpdemux/stream.h
parentaba3f4a7ab511d5e6d42cf2ade4c13a8f685ed71 (diff)
downloadmpv-22226f94dfa40138d2d71081619fd255a5820a10.tar.bz2
mpv-22226f94dfa40138d2d71081619fd255a5820a10.tar.xz
added new stream_control() and new command: STREAM_CTRL_GET_TIME_LENGTH
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17697 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/stream.h')
-rw-r--r--libmpdemux/stream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpdemux/stream.h b/libmpdemux/stream.h
index 19c9e7a3fc..b1d303581a 100644
--- a/libmpdemux/stream.h
+++ b/libmpdemux/stream.h
@@ -48,6 +48,7 @@
#define MAX_STREAM_PROTOCOLS 10
#define STREAM_CTRL_RESET 0
+#define STREAM_CTRL_GET_TIME_LENGTH 1
#ifdef MPLAYER_NETWORK
#include "network.h"