Add multiple inclusion guards to all header files that lack them.
[mplayer/greg.git] / libmpcodecs / vf_scale.h
blob18c1f3af1f61d62c90c36c51c4353a9c58e9b263
1 //GPL
3 #ifndef VF_SCALE_H
4 #define 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 /* VF_SCALE_H */