1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-15 03:15:52 +00:00
mpv/stream/cache2.h

9 lines
142 B
C
Raw Normal View History

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