comparison avcodec.h @ 4080:f426c81afc9e libavcodec

LZW decoder as separate module plus TIFF LZW support
author kostya
date Thu, 26 Oct 2006 04:15:48 +0000
parents f20c7bb12103
children 21aa7e801c7b
comparison
equal deleted inserted replaced
4079:00a0b18cfb92 4080:f426c81afc9e
35 #include <sys/types.h> /* size_t */ 35 #include <sys/types.h> /* size_t */
36 36
37 #define AV_STRINGIFY(s) AV_TOSTRING(s) 37 #define AV_STRINGIFY(s) AV_TOSTRING(s)
38 #define AV_TOSTRING(s) #s 38 #define AV_TOSTRING(s) #s
39 39
40 #define LIBAVCODEC_VERSION_INT ((51<<16)+(21<<8)+0) 40 #define LIBAVCODEC_VERSION_INT ((51<<16)+(22<<8)+0)
41 #define LIBAVCODEC_VERSION 51.21.0 41 #define LIBAVCODEC_VERSION 51.22.0
42 #define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT 42 #define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT
43 43
44 #define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION) 44 #define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)
45 45
46 #define AV_NOPTS_VALUE int64_t_C(0x8000000000000000) 46 #define AV_NOPTS_VALUE int64_t_C(0x8000000000000000)