Mercurial > libpostproc.hg
comparison postprocess.h @ 111:bf39174d9785 libpostproc
Implement postproc_version().
| author | stefano |
|---|---|
| date | Mon, 01 Sep 2008 18:00:53 +0000 |
| parents | 858be852c955 |
| children | 213fc392f0c0 |
comparison
equal
deleted
inserted
replaced
| 110:858be852c955 | 111:bf39174d9785 |
|---|---|
| 28 */ | 28 */ |
| 29 | 29 |
| 30 #include "libavutil/avutil.h" | 30 #include "libavutil/avutil.h" |
| 31 | 31 |
| 32 #define LIBPOSTPROC_VERSION_MAJOR 51 | 32 #define LIBPOSTPROC_VERSION_MAJOR 51 |
| 33 #define LIBPOSTPROC_VERSION_MINOR 1 | 33 #define LIBPOSTPROC_VERSION_MINOR 2 |
| 34 #define LIBPOSTPROC_VERSION_MICRO 0 | 34 #define LIBPOSTPROC_VERSION_MICRO 0 |
| 35 | 35 |
| 36 #define LIBPOSTPROC_VERSION_INT AV_VERSION_INT(LIBPOSTPROC_VERSION_MAJOR, \ | 36 #define LIBPOSTPROC_VERSION_INT AV_VERSION_INT(LIBPOSTPROC_VERSION_MAJOR, \ |
| 37 LIBPOSTPROC_VERSION_MINOR, \ | 37 LIBPOSTPROC_VERSION_MINOR, \ |
| 38 LIBPOSTPROC_VERSION_MICRO) | 38 LIBPOSTPROC_VERSION_MICRO) |
| 40 LIBPOSTPROC_VERSION_MINOR, \ | 40 LIBPOSTPROC_VERSION_MINOR, \ |
| 41 LIBPOSTPROC_VERSION_MICRO) | 41 LIBPOSTPROC_VERSION_MICRO) |
| 42 #define LIBPOSTPROC_BUILD LIBPOSTPROC_VERSION_INT | 42 #define LIBPOSTPROC_BUILD LIBPOSTPROC_VERSION_INT |
| 43 | 43 |
| 44 #define LIBPOSTPROC_IDENT "postproc" AV_STRINGIFY(LIBPOSTPROC_VERSION) | 44 #define LIBPOSTPROC_IDENT "postproc" AV_STRINGIFY(LIBPOSTPROC_VERSION) |
| 45 | |
| 46 /** | |
| 47 * Returns the LIBPOSTPROC_VERSION_INT constant. | |
| 48 */ | |
| 49 unsigned postproc_version(void); | |
| 45 | 50 |
| 46 #define PP_QUALITY_MAX 6 | 51 #define PP_QUALITY_MAX 6 |
| 47 | 52 |
| 48 #define QP_STORE_T int8_t | 53 #define QP_STORE_T int8_t |
| 49 | 54 |
