diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2015-08-09 23:44:59 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-08-10 02:33:25 +0200 |
commit | 8c75a338124f70fedb5a1784fc0e590c597935ed (patch) | |
tree | e2e43c673d197375b2dec8bacfa3e54e7defe75b /libpostproc/version.h | |
parent | 0eb896b38dc576d1acaf67e5b736de6f2b1c1113 (diff) | |
download | ffmpeg-8c75a338124f70fedb5a1784fc0e590c597935ed.tar.gz |
postproc: Deprecate QP_STORE_T, it lacks a PP/AV/FF prefix
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libpostproc/version.h')
-rw-r--r-- | libpostproc/version.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libpostproc/version.h b/libpostproc/version.h index 59c24660f8..ed18446c56 100644 --- a/libpostproc/version.h +++ b/libpostproc/version.h @@ -42,4 +42,8 @@ #define LIBPOSTPROC_IDENT "postproc" AV_STRINGIFY(LIBPOSTPROC_VERSION) +#ifndef FF_API_QP_TYPE +#define FF_API_QP_TYPE (LIBPOSTPROC_VERSION_MAJOR < 55) +#endif + #endif /* POSTPROC_POSTPROCESS_VERSION_H */ |