comparison avcodec.h @ 4154:74c8b204ab1c libavcodec

Bump version for Fraps v[24] support
author kostya
date Tue, 07 Nov 2006 05:57:42 +0000
parents f6f67a8bdd09
children 47d1b5261f17
comparison
equal deleted inserted replaced
4153:e283c82e10aa 4154:74c8b204ab1c
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)+(24<<8)+0) 40 #define LIBAVCODEC_VERSION_INT ((51<<16)+(25<<8)+0)
41 #define LIBAVCODEC_VERSION 51.24.0 41 #define LIBAVCODEC_VERSION 51.25.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)