Mercurial > libavcodec.hg
comparison avcodec.h @ 3998:f76c914fea4e libavcodec
update doc, changelog, and increase libavcodec version for .cin files support
| author | bcoudurier |
|---|---|
| date | Wed, 11 Oct 2006 17:14:02 +0000 |
| parents | 8ed26e786210 |
| children | 986d6651a452 |
comparison
equal
deleted
inserted
replaced
| 3997:8ed26e786210 | 3998:f76c914fea4e |
|---|---|
| 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)+(17<<8)+0) | 40 #define LIBAVCODEC_VERSION_INT ((51<<16)+(18<<8)+0) |
| 41 #define LIBAVCODEC_VERSION 51.17.0 | 41 #define LIBAVCODEC_VERSION 51.18.0 |
| 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_t_C(0x8000000000000000) | 46 #define AV_NOPTS_VALUE int64_t_C(0x8000000000000000) |
