Fix planarCopy to ignore the GRAY8 "pseudo"-palette, fixes libavtest regression test.
[mplayer/glamo.git] / libmpcodecs / vf_scale.h
blob851f4af6d5fdeaa5f8a05e215d79bb217bf59aa9
1 //GPL
3 #ifndef MPLAYER_VF_SCALE_H
4 #define MPLAYER_VF_SCALE_H
6 int get_sws_cpuflags(void);
7 struct SwsContext *sws_getContextFromCmdLine(int srcW, int srcH, int srcFormat, int dstW, int dstH, int dstFormat);
9 #endif /* MPLAYER_VF_SCALE_H */