From 16e3978e1e1b2f8a302b7e45d4b09e602e6b8733 Mon Sep 17 00:00:00 2001 From: reimar Date: Fri, 28 May 2010 18:45:25 +0000 Subject: [PATCH] Document time scale for stream_check_interrupt argument. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31253 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/stream.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.11.4.GIT