Mercurial > libavcodec.hg
comparison libpostproc/postprocess.h @ 3047:1dc89e24d9c2 libavcodec
Define separate version number for libpostproc.
| author | diego |
|---|---|
| date | Sat, 14 Jan 2006 18:17:19 +0000 |
| parents | 0b546eab515d |
| children |
comparison
equal
deleted
inserted
replaced
| 3046:1127b4455bec | 3047:1dc89e24d9c2 |
|---|---|
| 26 */ | 26 */ |
| 27 | 27 |
| 28 #ifdef __cplusplus | 28 #ifdef __cplusplus |
| 29 extern "C" { | 29 extern "C" { |
| 30 #endif | 30 #endif |
| 31 | |
| 32 #define LIBPOSTPROC_VERSION_INT ((51<<16)+(1<<8)+0) | |
| 33 #define LIBPOSTPROC_VERSION 51.1.0 | |
| 34 #define LIBPOSTPROC_BUILD LIBPOSTPROC_VERSION_INT | |
| 35 | |
| 36 #define LIBPOSTPROC_IDENT "postproc" AV_STRINGIFY(LIBPOSTPROC_VERSION) | |
| 31 | 37 |
| 32 #define PP_QUALITY_MAX 6 | 38 #define PP_QUALITY_MAX 6 |
| 33 | 39 |
| 34 #define QP_STORE_T int8_t | 40 #define QP_STORE_T int8_t |
| 35 | 41 |
