[FFmpeg-cvslog] postproc/postprocess: Remove legacy cruft

Andreas Rheinhardt git at videolan.org
Thu Jul 29 23:27:10 EEST 2021


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Fri Jul 23 16:24:45 2021 +0200| [610658c146f54858a5da351926fe685ca4961db7] | committer: Andreas Rheinhardt

postproc/postprocess: Remove legacy cruft

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>

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

 libpostproc/postprocess.h | 6 ------
 1 file changed, 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],



More information about the ffmpeg-cvslog mailing list