Mercurial > mplayer.hg
view loader/module.h @ 6938:d796833e77af
Put all spudec_new stuff in a single function,
spudec_new_scaled_vobsub. Original frame width is always either
720x576 or 720x480. See dvd-subtitle-problem.txt and
dvd-subtitle-problem.txt.vob.
author | kmkaplan |
---|---|
date | Tue, 06 Aug 2002 13:32:55 +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