Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-10-22 06:35:23 +0300
committerJames Almer <jamrial@gmail.com>2017-10-22 06:35:23 +0300
commit657ce888e852489f850e1e1fc093a6523e28dbed (patch)
treeca05301366955a40766df73a00220ec273173837 /libpostproc/postprocess.h
parent417d473bde220a1f267bc694835c129a5adc4309 (diff)
postproc: Drop deprecated qp typedef
Deprecated in 08/2015. Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libpostproc/postprocess.h')
-rw-r--r--libpostproc/postprocess.h4
1 files changed, 0 insertions, 4 deletions
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 <inttypes.h>
typedef void pp_context;