view stream/cache2.h @ 26750:38d685cf4dc4

Remove unused variable, fixes the warning: libmpdemux/demux_mkv.c:1401: warning: unused variable 'mkv_d'
author diego
date Thu, 15 May 2008 15:54:17 +0000
parents 7ee4ae1648e6
children 77003eb2d9a8
line wrap: on
line source

#ifndef MPLAYER_CACHE2_H
#define MPLAYER_CACHE2_H

#include "stream.h"

extern void cache_uninit(stream_t *s);

#endif /* MPLAYER_CACHE2_H */