small compilation fix
[mplayer/glamo.git] / libmpcodecs / vf_scale.h
blob8e863af8bcdf6aa66985629535ed27148c723b09
1 //GPL
3 int get_sws_cpuflags();
4 struct SwsContext *sws_getContextFromCmdLine(int srcW, int srcH, int srcFormat, int dstW, int dstH, int dstFormat);