comparison avcodec.h @ 3039:0d08717a0156 libavcodec

CamStudio video decoder
author diego
date Sat, 14 Jan 2006 01:33:17 +0000
parents 0f5f311f2f94
children 259fed5adf5d
comparison
equal deleted inserted replaced
3038:af849198c7c4 3039:0d08717a0156
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 ((51<<16)+(0<<8)+0) 24 #define LIBAVCODEC_VERSION_INT ((51<<16)+(1<<8)+0)
25 #define LIBAVCODEC_VERSION 51.0.0 25 #define LIBAVCODEC_VERSION 51.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)