Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-04-19 23:53:48 +0400
committerDiego Biurrun <diego@biurrun.de>2011-04-20 14:18:47 +0400
commita81ff195c15ccfa34f25b7b753c2e5438fe8939e (patch)
tree480eaa59840bf98d0b7ad12f7300773eb8d35342 /libpostproc/postprocess.h
parent5efef54e70191ab20bcf89239255f1774bf2357c (diff)
libpostproc: Remove crufty code disabled by the big bump.
Diffstat (limited to 'libpostproc/postprocess.h')
-rw-r--r--libpostproc/postprocess.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libpostproc/postprocess.h b/libpostproc/postprocess.h
index 9e74589455..fe8c9b96ce 100644
--- a/libpostproc/postprocess.h
+++ b/libpostproc/postprocess.h
@@ -67,13 +67,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],