diff mbox series

[FFmpeg-devel,6/6] postproc/postprocess: Remove legacy cruft

Message ID AM7PR03MB66609407E3A5327F5F5B8B318FE59@AM7PR03MB6660.eurprd03.prod.outlook.com
State Accepted
Commit 610658c146f54858a5da351926fe685ca4961db7
Headers show
Series [FFmpeg-devel,1/6] avformat/aviobuf: Make ff_read_line_to_bprint() static | expand

Checks

Context Check Description
andriy/x86_make success Make finished
andriy/x86_make_fate success Make fate finished
andriy/PPC64_make success Make finished
andriy/PPC64_make_fate success Make fate finished

Commit Message

Andreas Rheinhardt July 23, 2021, 5:04 p.m. UTC
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
---
 libpostproc/postprocess.h | 6 ------
 1 file changed, 6 deletions(-)
diff mbox series

Patch

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],