view libmpcodecs/vf_scale.h @ 23271:85ad4dd0e439

Support theora in mkv. Sample: http://samples.mplayerhq.hu/Matroska/theora.mkv
author reimar
date Thu, 10 May 2007 14:01:53 +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);