[MPlayer-cvslog] r31253 - trunk/stream/stream.h

reimar subversion at mplayerhq.hu
Fri May 28 20:45:25 CEST 2010


Author: reimar
Date: Fri May 28 20:45:25 2010
New Revision: 31253

Log:
Document time scale for stream_check_interrupt argument.

Modified:
   trunk/stream/stream.h

Modified: trunk/stream/stream.h
==============================================================================
--- trunk/stream/stream.h	Fri May 28 20:44:41 2010	(r31252)
+++ trunk/stream/stream.h	Fri May 28 20:45:25 2010	(r31253)
@@ -327,7 +327,8 @@ stream_t* open_output_stream(const char*
 /// 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;


More information about the MPlayer-cvslog mailing list