summaryrefslogtreecommitdiffstats
path: root/libhb/common.h
diff options
context:
space:
mode:
authorBradley Sepos <[email protected]>2017-05-23 19:22:37 -0400
committerBradley Sepos <[email protected]>2017-05-30 14:00:27 -0400
commitfcbc09c44a7ae5c43319df08bf449e097fe083b2 (patch)
tree76ef3c0cf9f169d468be84dcfc050352e9047bf7 /libhb/common.h
parent1af79e413bd7e8d6e75604690942d6dddeb4ec97 (diff)
libhb: Add Unsharp sharpening filter.
Closes #525.
Diffstat (limited to 'libhb/common.h')
-rw-r--r--libhb/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/common.h b/libhb/common.h
index 266f13fe2..562bbc362 100644
--- a/libhb/common.h
+++ b/libhb/common.h
@@ -1270,6 +1270,7 @@ enum
HB_FILTER_NLMEANS,
HB_FILTER_RENDER_SUB,
HB_FILTER_CROP_SCALE,
+ HB_FILTER_UNSHARP,
HB_FILTER_ROTATE,
HB_FILTER_GRAYSCALE,
HB_FILTER_PAD,