diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-04-19 21:53:48 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-04-20 12:18:47 +0200 |
commit | a81ff195c15ccfa34f25b7b753c2e5438fe8939e (patch) | |
tree | 480eaa59840bf98d0b7ad12f7300773eb8d35342 /libpostproc/postprocess.c | |
parent | 5efef54e70191ab20bcf89239255f1774bf2357c (diff) | |
download | ffmpeg-a81ff195c15ccfa34f25b7b753c2e5438fe8939e.tar.gz |
libpostproc: Remove crufty code disabled by the big bump.
Diffstat (limited to 'libpostproc/postprocess.c')
-rw-r--r-- | libpostproc/postprocess.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libpostproc/postprocess.c b/libpostproc/postprocess.c index 73ffcb4a63..d7c99e29da 100644 --- a/libpostproc/postprocess.c +++ b/libpostproc/postprocess.c @@ -695,11 +695,7 @@ static inline void postProcess(const uint8_t src[], int srcStride, uint8_t dst[] /* -pp Command line Help */ -#if LIBPOSTPROC_VERSION_INT < (52<<16) -const char *const pp_help= -#else const char pp_help[] = -#endif "Available postprocessing filters:\n" "Filters Options\n" "short long name short long option Description\n" |