summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-05-28 18:45:25 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-05-28 18:45:25 +0000
commit16e3978e1e1b2f8a302b7e45d4b09e602e6b8733 (patch)
tree482b5c36ec7ac68c34f197f3efd030fad43a3d14 /stream
parentd7f19144b13fe6777c4cda6bbbe2598924d098c4 (diff)
downloadmpv-16e3978e1e1b2f8a302b7e45d4b09e602e6b8733.tar.bz2
mpv-16e3978e1e1b2f8a302b7e45d4b09e602e6b8733.tar.xz
Document time scale for stream_check_interrupt argument.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31253 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream')
-rw-r--r--stream/stream.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/stream/stream.h b/stream/stream.h
index b21e1a7a90..1ff94a331c 100644
--- a/stream/stream.h
+++ b/stream/stream.h
@@ -327,7 +327,8 @@ stream_t* open_output_stream(const char* filename,char** options);
/// Set the callback to be used by libstream to check for user
/// interruption during long blocking operations (cache filling, etc).
void stream_set_interrupt_callback(int (*cb)(int));
-/// Call the interrupt checking callback if there is one.
+/// Call the interrupt checking callback if there is one and
+/// wait for time milliseconds
int stream_check_interrupt(int time);
extern int dvd_title;