mpv/stream/cache2.h

9 lines
142 B
C

#ifndef MPLAYER_CACHE2_H
#define MPLAYER_CACHE2_H
#include "stream.h"
extern void cache_uninit(stream_t *s);
#endif /* MPLAYER_CACHE2_H */