From 657ce888e852489f850e1e1fc093a6523e28dbed Mon Sep 17 00:00:00 2001 From: James Almer Date: Sun, 22 Oct 2017 00:35:23 -0300 Subject: postproc: Drop deprecated qp typedef Deprecated in 08/2015. Signed-off-by: James Almer --- libpostproc/postprocess.h | 4 ---- libpostproc/version.h | 4 ---- 2 files changed, 8 deletions(-) (limited to 'libpostproc') diff --git a/libpostproc/postprocess.h b/libpostproc/postprocess.h index d180686e73..348ee7cc61 100644 --- a/libpostproc/postprocess.h +++ b/libpostproc/postprocess.h @@ -53,10 +53,6 @@ const char *postproc_license(void); #define PP_QUALITY_MAX 6 -#if FF_API_QP_TYPE -#define QP_STORE_T int8_t //deprecated -#endif - #include typedef void pp_context; diff --git a/libpostproc/version.h b/libpostproc/version.h index 3ae75ff8b0..79eea7c248 100644 --- a/libpostproc/version.h +++ b/libpostproc/version.h @@ -42,8 +42,4 @@ #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_VERSION_H */ -- cgit v1.2.1