view libmpcodecs/vf_scale.h @ 10410:c2fc1c310699

Necessary changes for the upcoming libebml/libmatroska 0.5.0. Implemented support for RealAudio and RealVideo inside Matroska.
author mosu
date Fri, 11 Jul 2003 20:24:20 +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);