diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-07-23 16:24:45 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-07-29 22:02:06 +0200 |
commit | 610658c146f54858a5da351926fe685ca4961db7 (patch) | |
tree | 7c3be8a86c89e8623fa2c2312648d0013c80bae7 /libpostproc | |
parent | 21e732b919eabf1e5b4bc965f89aa5ece9c6db4b (diff) | |
download | ffmpeg-610658c146f54858a5da351926fe685ca4961db7.tar.gz |
postproc/postprocess: Remove legacy cruft
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libpostproc')
-rw-r--r-- | libpostproc/postprocess.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libpostproc/postprocess.h b/libpostproc/postprocess.h index 348ee7cc61..ba456cf3e0 100644 --- a/libpostproc/postprocess.h +++ b/libpostproc/postprocess.h @@ -58,13 +58,7 @@ const char *postproc_license(void); typedef void pp_context; typedef void pp_mode; -#if LIBPOSTPROC_VERSION_INT < (52<<16) -typedef pp_context pp_context_t; -typedef pp_mode pp_mode_t; -extern const char *const pp_help; ///< a simple help text -#else extern const char pp_help[]; ///< a simple help text -#endif void pp_postprocess(const uint8_t * src[3], const int srcStride[3], uint8_t * dst[3], const int dstStride[3], |