diff options
author | Bradley Sepos <[email protected]> | 2017-05-27 08:46:11 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2017-05-30 14:00:27 -0400 |
commit | 2b0cbe69a83848fb0b8012ed858fa3ab402889e3 (patch) | |
tree | bee9bd4d4c227f66fca893c047eca6ed5cfd401a /libhb/common.h | |
parent | fcbc09c44a7ae5c43319df08bf449e097fe083b2 (diff) |
libhb: Add LapSharp sharpening filter.
Diffstat (limited to 'libhb/common.h')
-rw-r--r-- | libhb/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/common.h b/libhb/common.h index 562bbc362..a251365ac 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_LAPSHARP, HB_FILTER_UNSHARP, HB_FILTER_ROTATE, HB_FILTER_GRAYSCALE, |