comparison avcodec.h @ 4731:93fca53ce2e2 libavcodec

increment subminor version due to r8502 and r8504, those revisions make dnxhd and gif decoders in line with libavcodec API
author bcoudurier
date Sun, 25 Mar 2007 20:52:45 +0000
parents 21aad2a2b725
children 7bec6dd03317
comparison
equal deleted inserted replaced
4730:ccbe8d386410 4731:93fca53ce2e2
35 #include <sys/types.h> /* size_t */ 35 #include <sys/types.h> /* size_t */
36 36
37 #define AV_STRINGIFY(s) AV_TOSTRING(s) 37 #define AV_STRINGIFY(s) AV_TOSTRING(s)
38 #define AV_TOSTRING(s) #s 38 #define AV_TOSTRING(s) #s
39 39
40 #define LIBAVCODEC_VERSION_INT ((51<<16)+(40<<8)+0) 40 #define LIBAVCODEC_VERSION_INT ((51<<16)+(40<<8)+1)
41 #define LIBAVCODEC_VERSION 51.40.0 41 #define LIBAVCODEC_VERSION 51.40.1
42 #define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT 42 #define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT
43 43
44 #define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION) 44 #define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)
45 45
46 #define AV_NOPTS_VALUE INT64_C(0x8000000000000000) 46 #define AV_NOPTS_VALUE INT64_C(0x8000000000000000)