comparison libmpcodecs/vf_scale.h @ 31416:14f43ed62015

Move sws_flags extern variable declaration to vf_scale.h.
author diego
date Sun, 20 Jun 2010 14:40:42 +0000
parents bbb6ebec87a0
children 6325ecce171d
comparison
equal deleted inserted replaced
31415:980678284eb5 31416:14f43ed62015
17 */ 17 */
18 18
19 #ifndef MPLAYER_VF_SCALE_H 19 #ifndef MPLAYER_VF_SCALE_H
20 #define MPLAYER_VF_SCALE_H 20 #define MPLAYER_VF_SCALE_H
21 21
22 extern int sws_flags;
23
22 int get_sws_cpuflags(void); 24 int get_sws_cpuflags(void);
23 struct SwsContext *sws_getContextFromCmdLine(int srcW, int srcH, int srcFormat, int dstW, int dstH, int dstFormat); 25 struct SwsContext *sws_getContextFromCmdLine(int srcW, int srcH, int srcFormat, int dstW, int dstH, int dstFormat);
24 26
25 #endif /* MPLAYER_VF_SCALE_H */ 27 #endif /* MPLAYER_VF_SCALE_H */