comparison avcodec.h @ 2917:4069d212f6b9 libavcodec

Increase version because of QDM2 decoder addition
author rtognimp
date Thu, 20 Oct 2005 20:04:45 +0000
parents cc55bc1f8d92
children a97159871cdb
comparison
equal deleted inserted replaced
2916:767156b9aa0d 2917:4069d212f6b9
19 #define FFMPEG_VERSION "CVS" 19 #define FFMPEG_VERSION "CVS"
20 20
21 #define AV_STRINGIFY(s) AV_TOSTRING(s) 21 #define AV_STRINGIFY(s) AV_TOSTRING(s)
22 #define AV_TOSTRING(s) #s 22 #define AV_TOSTRING(s) #s
23 23
24 #define LIBAVCODEC_VERSION_INT ((50<<16)+(0<<8)+0) 24 #define LIBAVCODEC_VERSION_INT ((50<<16)+(1<<8)+0)
25 #define LIBAVCODEC_VERSION 50.0.0 25 #define LIBAVCODEC_VERSION 50.1.0
26 #define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT 26 #define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT
27 27
28 #define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION) 28 #define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)
29 29
30 #define AV_NOPTS_VALUE int64_t_C(0x8000000000000000) 30 #define AV_NOPTS_VALUE int64_t_C(0x8000000000000000)