comparison avcodec.h @ 5844:2b61d13e9d7a libavcodec

New RM format deserves small version bump
author kostya
date Sun, 21 Oct 2007 17:26:02 +0000
parents 1d83e9c34641
children 82ac47c0c6dd
comparison
equal deleted inserted replaced
5843:ad72b1e8934a 5844:2b61d13e9d7a
31 #include <sys/types.h> /* size_t */ 31 #include <sys/types.h> /* size_t */
32 32
33 #define AV_STRINGIFY(s) AV_TOSTRING(s) 33 #define AV_STRINGIFY(s) AV_TOSTRING(s)
34 #define AV_TOSTRING(s) #s 34 #define AV_TOSTRING(s) #s
35 35
36 #define LIBAVCODEC_VERSION_INT ((51<<16)+(46<<8)+0) 36 #define LIBAVCODEC_VERSION_INT ((51<<16)+(46<<8)+1)
37 #define LIBAVCODEC_VERSION 51.46.0 37 #define LIBAVCODEC_VERSION 51.46.1
38 #define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT 38 #define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT
39 39
40 #define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION) 40 #define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)
41 41
42 #define AV_NOPTS_VALUE INT64_C(0x8000000000000000) 42 #define AV_NOPTS_VALUE INT64_C(0x8000000000000000)