comparison avcodec.h @ 3526:7dc8e4a12105 libavcodec

New functions in DSPContext for VC-1 decoding
author kostya
date Sun, 30 Jul 2006 03:45:02 +0000
parents 5a3d790ebbed
children 5d1828a07acf
comparison
equal deleted inserted replaced
3525:5a3d790ebbed 3526:7dc8e4a12105
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)+(10<<8)+0) 20 #define LIBAVCODEC_VERSION_INT ((51<<16)+(10<<8)+0)
21 #define LIBAVCODEC_VERSION 51.10.0 21 #define LIBAVCODEC_VERSION 51.11.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)