Mercurial > mplayer.hg
view loader/module.h @ 7192:f771e685f3b1
Zr documentation updated plus some typos fixed.
Patch by rsnel@cube.dyndns.org.
author | diego |
---|---|
date | Sat, 31 Aug 2002 13:10:29 +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