summaryrefslogtreecommitdiff
path: root/libpostproc/postprocess_internal.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-09-19 02:52:14 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-09-19 02:52:52 +0200
commit7f8d28f6867810e8ed435e98a058b04a5ba46c61 (patch)
treefb2744ffe917f5ab71b9d6ff3e877a4fec7b6124 /libpostproc/postprocess_internal.h
parent5a9ca68e15fe01a0b54a6b7808a42ef746dd7d75 (diff)
postproc: Replace CLIP by av_clip_uint8
drop "#define CLIP av_clip_uint8" Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libpostproc/postprocess_internal.h')
-rw-r--r--libpostproc/postprocess_internal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libpostproc/postprocess_internal.h b/libpostproc/postprocess_internal.h
index b1b8f0c633..43aaf8456a 100644
--- a/libpostproc/postprocess_internal.h
+++ b/libpostproc/postprocess_internal.h
@@ -76,8 +76,6 @@
//filters on
//#define COMPILE_TIME_MODE 0x77
-#define CLIP av_clip_uint8
-
/**
* Postprocessing filter.
*/