Mercurial > mplayer.hg
view loader/module.h @ 7252:0a0527c82560
- If fatal error while trying to connect to a WM server, skip other proto.
- Fix that makes mplayer works with corona(WMS9) servers.
author | bertrand |
---|---|
date | Tue, 03 Sep 2002 01:32:13 +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