Mercurial > mplayer.hg
view libmpcodecs/vf_scale.h @ 25661:293aeec83153
Replace the persistent CODECS_FLAG_SELECTED by a local "stringset" with
an almost-trivial implementation.
This allows making the builtin codec structs const, and it also makes
clearer that this "selected" status is not used outside the init functions.
author | reimar |
---|---|
date | Sat, 12 Jan 2008 14:05:46 +0000 |
parents | 6ac1ece1f9fe |
children | 4129c8cfa742 |
line wrap: on
line source
//GPL #ifndef VF_SCALE_H #define VF_SCALE_H int get_sws_cpuflags(void); struct SwsContext *sws_getContextFromCmdLine(int srcW, int srcH, int srcFormat, int dstW, int dstH, int dstFormat); #endif /* VF_SCALE_H */