summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-18 20:54:38 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-18 20:54:38 +0000
commit874627a371f638ac0362eb7c5c98b07e47f4aaf4 (patch)
tree4956ad8dc215abc9c65be703aba0fa8c7d9ccd4e /stream
parent4dac2f20eb8341fe35370e4ac0574e416724c4b2 (diff)
downloadmpv-874627a371f638ac0362eb7c5c98b07e47f4aaf4.tar.bz2
mpv-874627a371f638ac0362eb7c5c98b07e47f4aaf4.tar.xz
new STREAM_CTRL_GET_SIZE to get size of output stream
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21673 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 5df4a03ebf..bbeb7d6e81 100644
--- a/stream/stream.h
+++ b/stream/stream.h
@@ -58,6 +58,7 @@
#define STREAM_CTRL_GET_NUM_CHAPTERS 4
#define STREAM_CTRL_GET_CURRENT_TIME 5
#define STREAM_CTRL_SEEK_TO_TIME 6
+#define STREAM_CTRL_GET_SIZE 7
#ifdef MPLAYER_NETWORK
#include "network.h"