view libmpcodecs/vf_scale.h @ 14481:b83e85837ae1

Cumulative sync with 1.853: (NB: new CVS log commentation acknoledged) 1.853: sync to x264 r93: Change the mechanics of option "keyint": Now controls the GOP size directly and allows variable numbers of non-IDR I-frames within a GOP. Remove option "idrint" and replace it with "keyint_min". Add option "8x8mv" for the sake of completeness. 1.852: man page review part XIII
author gpoirier
date Wed, 12 Jan 2005 22:16:49 +0000 (2005-01-12)
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);