[MPlayer-cvslog] r30733 - trunk/stream/cache2.c
reimar
subversion at mplayerhq.hu
Thu Feb 25 23:19:32 CET 2010
Author: reimar
Date: Thu Feb 25 23:19:32 2010
New Revision: 30733
Log:
Remove declarations of functions now already declared in stream.h
Modified:
trunk/stream/cache2.c
Modified: trunk/stream/cache2.c
==============================================================================
--- trunk/stream/cache2.c Thu Feb 25 23:06:05 2010 (r30732)
+++ trunk/stream/cache2.c Thu Feb 25 23:19:32 2010 (r30733)
@@ -58,9 +58,6 @@ static void *ThreadProc(void *s);
#include "cache2.h"
extern int use_gui;
-int stream_fill_buffer(stream_t *s);
-int stream_seek_long(stream_t *s,off_t pos);
-
typedef struct {
// constats:
unsigned char *buffer; // base pointer of the alllocated buffer memory
More information about the MPlayer-cvslog
mailing list