diff libmpdemux/mpdemux.h @ 4822:3e2c7bf57035

These 2 files are intended for code common to the whole lib mainly code to let limpdemux independent from mplayer. Now contain a function to check external interruption from blocking code (network connection and cache fililng)
author albeu
date Sat, 23 Feb 2002 21:17:26 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/libmpdemux/mpdemux.h	Sat Feb 23 21:17:26 2002 +0000
@@ -0,0 +1,2 @@
+
+extern int mpdemux_check_interrupt(int time);