view libmpcodecs/vf_scale.h @ 18120:1307befe7f85

1.1257: Fix and improve xinerama support 1.1256: new monitorpixelaspect option, esp. useful for xinerama setups with upcoming patch 1.1255: [does not apply] 1.1254: -ao pcm:fast suboption for faster-than-realtime dumping
author kraymer
date Sun, 16 Apr 2006 20:27:35 +0000
parents f580a7755ac5
children 6ac1ece1f9fe
line wrap: on
line source

//GPL

int get_sws_cpuflags(void);
struct SwsContext *sws_getContextFromCmdLine(int srcW, int srcH, int srcFormat, int dstW, int dstH, int dstFormat);