view libmpcodecs/vf_scale.h @ 11643:3ddfe9316ca9

big updates to ilpack: do proper interpolation rather than just duplicating lines. ilpack will no longer significantly harm progressive content, so it can be used on mixed interlaced+progressive. mmx interpolation code coming soon...
author rfelker
date Mon, 15 Dec 2003 02:58:23 +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);