Browse Source

postproc: Drop deprecated qp typedef

Deprecated in 08/2015.

Signed-off-by: James Almer <jamrial@gmail.com>
tags/n4.0
James Almer 7 years ago
parent
commit
657ce888e8
2 changed files with 0 additions and 8 deletions
  1. +0
    -4
      libpostproc/postprocess.h
  2. +0
    -4
      libpostproc/version.h

+ 0
- 4
libpostproc/postprocess.h View File

@@ -53,10 +53,6 @@ const char *postproc_license(void);


#define PP_QUALITY_MAX 6 #define PP_QUALITY_MAX 6


#if FF_API_QP_TYPE
#define QP_STORE_T int8_t //deprecated
#endif

#include <inttypes.h> #include <inttypes.h>


typedef void pp_context; typedef void pp_context;


+ 0
- 4
libpostproc/version.h View File

@@ -42,8 +42,4 @@


#define LIBPOSTPROC_IDENT "postproc" AV_STRINGIFY(LIBPOSTPROC_VERSION) #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 */ #endif /* POSTPROC_VERSION_H */

Loading…
Cancel
Save