Mercurial > libavcodec.hg
comparison avcodec.h @ 3772:e25069d292fb libavcodec
bump lavc version for WavPack decoder
| author | kostya |
|---|---|
| date | Wed, 27 Sep 2006 04:31:39 +0000 |
| parents | cf04e15a72ac |
| children | 0596dbc4f858 |
comparison
equal
deleted
inserted
replaced
| 3771:fa3075e3e3c1 | 3772:e25069d292fb |
|---|---|
| 33 #include <sys/types.h> /* size_t */ | 33 #include <sys/types.h> /* size_t */ |
| 34 | 34 |
| 35 #define AV_STRINGIFY(s) AV_TOSTRING(s) | 35 #define AV_STRINGIFY(s) AV_TOSTRING(s) |
| 36 #define AV_TOSTRING(s) #s | 36 #define AV_TOSTRING(s) #s |
| 37 | 37 |
| 38 #define LIBAVCODEC_VERSION_INT ((51<<16)+(15<<8)+0) | 38 #define LIBAVCODEC_VERSION_INT ((51<<16)+(16<<8)+0) |
| 39 #define LIBAVCODEC_VERSION 51.15.0 | 39 #define LIBAVCODEC_VERSION 51.16.0 |
| 40 #define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT | 40 #define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT |
| 41 | 41 |
| 42 #define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION) | 42 #define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION) |
| 43 | 43 |
| 44 #define AV_NOPTS_VALUE int64_t_C(0x8000000000000000) | 44 #define AV_NOPTS_VALUE int64_t_C(0x8000000000000000) |
