Mercurial > mplayer.hg
view libmpcodecs/vf_scale.h @ 11071:9db8700a5a16
1E10l
#undef ARCH_X86
...
#ifdef ARCH_X86
...
#define ARCH_X86
...
#endif
author | michael |
---|---|
date | Fri, 10 Oct 2003 00:11:24 +0000 |
parents | 35f52ad860a0 |
children | f580a7755ac5 |
line wrap: on
line source
//GPL int get_sws_cpuflags(); struct SwsContext *sws_getContextFromCmdLine(int srcW, int srcH, int srcFormat, int dstW, int dstH, int dstFormat);