view stream/cache2.h @ 29905:908f55fb5ed8

Move OpenGL-related messages that have large output from MSGL_V to MSGL_DGB2.
author reimar
date Sat, 21 Nov 2009 22:30:33 +0000
parents 9e739bdb049c
children ce0122361a39
line wrap: on
line source

#ifndef MPLAYER_CACHE2_H
#define MPLAYER_CACHE2_H

#include "stream.h"

void cache_uninit(stream_t *s);
int cache_do_control(stream_t *stream, int cmd, void *arg);

#endif /* MPLAYER_CACHE2_H */