view libmpcodecs/vf_scale.h @ 16319:798d9be2337f

multiplying fps by 10000 is no more necessary (when determining mp4v and h264 framerate)
author nicodvb
date Tue, 30 Aug 2005 22:07:30 +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);