view libmpcodecs/vf_scale.h @ 22098:139f2b4241a7

r22089: x264's crf takes a float argument r22104: Add global field dominance flag instead of duplicating this "everywhere" Patch by Carl Eugen Hoyos (cehoyos (at) ag or at) r22108: formatting fixes for r22104
author kraymer
date Sat, 03 Feb 2007 21:24:57 +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);