view libmpcodecs/vf_scale.h @ 14259:0126a2f79310

new x264 options: b8x8mv, direct_pred changed explanation: 4x4mv changed defaults: subq, pb_factor
author lorenm
date Tue, 28 Dec 2004 01:53:17 +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);