summaryrefslogtreecommitdiffstats
path: root/libmpdemux/mpdemux.h
diff options
context:
space:
mode:
authoralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-23 21:17:26 +0000
committeralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-23 21:17:26 +0000
commitf9d93451a207da615d635f79bc4f803bb39f2b6d (patch)
tree37f2dd4d859b297059ce5fc88d225aa1022ea06e /libmpdemux/mpdemux.h
parent700bc3c8e2e040ef30ac7b3fc99130486e565111 (diff)
downloadmpv-f9d93451a207da615d635f79bc4f803bb39f2b6d.tar.bz2
mpv-f9d93451a207da615d635f79bc4f803bb39f2b6d.tar.xz
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) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4823 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/mpdemux.h')
-rw-r--r--libmpdemux/mpdemux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libmpdemux/mpdemux.h b/libmpdemux/mpdemux.h
new file mode 100644
index 0000000000..939c6936ad
--- /dev/null
+++ b/libmpdemux/mpdemux.h
@@ -0,0 +1,2 @@
+
+extern int mpdemux_check_interrupt(int time);