Mercurial > mplayer.hg
view stream/cache2.h @ 29415:ed4191b00420
handle TrueHD streams (they are carried in 0xFD PES streams in substream 0x72)
author | nicodvb |
---|---|
date | Thu, 30 Jul 2009 08:37:10 +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 */