comparison libswscale/swscale.h @ 19143:c4dac777b44c

Use libavutil in libswscale, and allow it to be built out of the mplayer tree
author lucabe
date Thu, 20 Jul 2006 12:13:57 +0000
parents 8579acff875e
children bae6c99a99cc
comparison
equal deleted inserted replaced
19142:4c22e1d84ac9 19143:c4dac777b44c
26 */ 26 */
27 27
28 #ifdef __cplusplus 28 #ifdef __cplusplus
29 extern "C" { 29 extern "C" {
30 #endif 30 #endif
31
32 #define AV_STRINGIFY(s) AV_TOSTRING(s)
33 #define AV_TOSTRING(s) #s
34
35 #define LIBSWSCALE_VERSION_INT ((0<<16)+(5<<8)+0)
36 #define LIBSWSCALE_VERSION 0.5.0
37 #define LIBSWSCALE_BUILD LIBSWSCALE_VERSION_INT
38
39 #define LIBSWSCALE_IDENT "SwS" AV_STRINGIFY(LIBSWSCALE_VERSION)
31 40
32 /* values for the flags, the stuff on the command line is different */ 41 /* values for the flags, the stuff on the command line is different */
33 #define SWS_FAST_BILINEAR 1 42 #define SWS_FAST_BILINEAR 1
34 #define SWS_BILINEAR 2 43 #define SWS_BILINEAR 2
35 #define SWS_BICUBIC 4 44 #define SWS_BICUBIC 4