summaryrefslogtreecommitdiffstats
path: root/stream/cache2.c
diff options
context:
space:
mode:
authorrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-05 23:46:08 +0000
committerrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-05 23:46:08 +0000
commit45defa1aa0bb0b7168702023baec6edd77c0a364 (patch)
treee6d889b3612bb9fa37cdcd81adbf8dc8296617ee /stream/cache2.c
parentca7997a50cf06885a54f4d548696f10188576e43 (diff)
downloadmpv-45defa1aa0bb0b7168702023baec6edd77c0a364.tar.bz2
mpv-45defa1aa0bb0b7168702023baec6edd77c0a364.tar.xz
Fix a few gcc warnings, approved by Diego and Reimar.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22160 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/cache2.c')
-rw-r--r--stream/cache2.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/stream/cache2.c b/stream/cache2.c
index 6ad33d8664..0e6f2eef9b 100644
--- a/stream/cache2.c
+++ b/stream/cache2.c
@@ -28,12 +28,11 @@ static DWORD WINAPI ThreadProc(void* s);
#include "help_mp.h"
#include "stream.h"
+#include "input/input.h"
int stream_fill_buffer(stream_t *s);
int stream_seek_long(stream_t *s,off_t pos);
-extern int mp_input_check_interrupt(int time);
-
typedef struct {
// constats:
unsigned char *buffer; // base pointer of the alllocated buffer memory