comparison avcodec.h @ 3423:82b44a294635 libavcodec

increasing version for AVBitStreamFilters
author michael
date Thu, 06 Jul 2006 15:35:29 +0000
parents 6ce5ece8e2ea
children e1906b2f1daf
comparison
equal deleted inserted replaced
3422:6ce5ece8e2ea 3423:82b44a294635
15 #include <sys/types.h> /* size_t */ 15 #include <sys/types.h> /* size_t */
16 16
17 #define AV_STRINGIFY(s) AV_TOSTRING(s) 17 #define AV_STRINGIFY(s) AV_TOSTRING(s)
18 #define AV_TOSTRING(s) #s 18 #define AV_TOSTRING(s) #s
19 19
20 #define LIBAVCODEC_VERSION_INT ((51<<16)+(9<<8)+0) 20 #define LIBAVCODEC_VERSION_INT ((51<<16)+(10<<8)+0)
21 #define LIBAVCODEC_VERSION 51.9.0 21 #define LIBAVCODEC_VERSION 51.10.0
22 #define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT 22 #define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT
23 23
24 #define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION) 24 #define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)
25 25
26 #define AV_NOPTS_VALUE int64_t_C(0x8000000000000000) 26 #define AV_NOPTS_VALUE int64_t_C(0x8000000000000000)