Mercurial > mplayer.hg
view loader/module.h @ 6810:a4ed4e0464ba
10L free the cache
author | albeu |
---|---|
date | Fri, 26 Jul 2002 02:32:41 +0000 |
parents | 4b0dd1ff6a20 |
children |
line wrap: on
line source
#ifndef LOADER_MODULE_H #define LOADER_MODULE_H void CodecRelease(void); void CodecAlloc(void); #endif // LOADER_MODULE_H