view stream/cache2.h @ 29635:c7d88fcfd784

Get rid of useless indirection and use the demuxer argument directly instead of ds->demuxer. This makes it also work again with -audiofile without having to add more hacks to demux_demuxers.
author reimar
date Mon, 14 Sep 2009 08:51:00 +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 */