view libmpcodecs/vf_scale.h @ 22336:760c74c078ce

copy the content of QDM2 atom as extradata for ffqdm2 playback; patch by Carl Eugen Hoyos
author nicodvb
date Mon, 26 Feb 2007 21:54:52 +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);