Mercurial > mplayer.hg
comparison stream/cache2.c @ 22142:84f95595f31f
Fix a few gcc warnings, approved by Diego and Reimar.
author | rathann |
---|---|
date | Mon, 05 Feb 2007 23:46:08 +0000 |
parents | 64d82a45a05d |
children | 8f2154e066cf |
comparison
equal
deleted
inserted
replaced
22141:ed81b9614148 | 22142:84f95595f31f |
---|---|
26 | 26 |
27 #include "mp_msg.h" | 27 #include "mp_msg.h" |
28 #include "help_mp.h" | 28 #include "help_mp.h" |
29 | 29 |
30 #include "stream.h" | 30 #include "stream.h" |
31 #include "input/input.h" | |
31 | 32 |
32 int stream_fill_buffer(stream_t *s); | 33 int stream_fill_buffer(stream_t *s); |
33 int stream_seek_long(stream_t *s,off_t pos); | 34 int stream_seek_long(stream_t *s,off_t pos); |
34 | |
35 extern int mp_input_check_interrupt(int time); | |
36 | 35 |
37 typedef struct { | 36 typedef struct { |
38 // constats: | 37 // constats: |
39 unsigned char *buffer; // base pointer of the alllocated buffer memory | 38 unsigned char *buffer; // base pointer of the alllocated buffer memory |
40 int buffer_size; // size of the alllocated buffer memory | 39 int buffer_size; // size of the alllocated buffer memory |