[FFmpeg-cvslog] postproc: Drop deprecated qp typedef

James Almer git at videolan.org
Sun Oct 22 06:36:52 EEST 2017


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Sun Oct 22 00:35:23 2017 -0300| [657ce888e852489f850e1e1fc093a6523e28dbed] | committer: James Almer

postproc: Drop deprecated qp typedef

Deprecated in 08/2015.

Signed-off-by: James Almer <jamrial at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=657ce888e852489f850e1e1fc093a6523e28dbed
---

 libpostproc/postprocess.h | 4 ----
 libpostproc/version.h     | 4 ----
 2 files changed, 8 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;
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 */



More information about the ffmpeg-cvslog mailing list