repo.or.cz
/
mplayer
/
glamo.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix braindead and broken way to calculate abase, fixes regression tests on
[mplayer/glamo.git]
/
stream
/
cache2.h
blob
8403c05aff607d632b525a1fd55dd43fcd8838ab
1
#ifndef MPLAYER_CACHE2_H
2
#define MPLAYER_CACHE2_H
3
4
#include
"stream.h"
5
6
void
cache_uninit
(
stream_t
*
s
);
7
int
cache_do_control
(
stream_t
*
stream
,
int
cmd
,
void
*
arg
);
8
9
#endif
/* MPLAYER_CACHE2_H */