Mercurial > libavcodec.hg
changeset 3047:1dc89e24d9c2 libavcodec
Define separate version number for libpostproc.
author | diego |
---|---|
date | Sat, 14 Jan 2006 18:17:19 +0000 |
parents | 1127b4455bec |
children | 986716310195 |
files | libpostproc/postprocess.h |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libpostproc/postprocess.h Sat Jan 14 18:07:36 2006 +0000 +++ b/libpostproc/postprocess.h Sat Jan 14 18:17:19 2006 +0000 @@ -29,6 +29,12 @@ extern "C" { #endif +#define LIBPOSTPROC_VERSION_INT ((51<<16)+(1<<8)+0) +#define LIBPOSTPROC_VERSION 51.1.0 +#define LIBPOSTPROC_BUILD LIBPOSTPROC_VERSION_INT + +#define LIBPOSTPROC_IDENT "postproc" AV_STRINGIFY(LIBPOSTPROC_VERSION) + #define PP_QUALITY_MAX 6 #define QP_STORE_T int8_t