summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJun Zhao <jun.zhao@intel.com>2018-01-08 16:12:41 +0800
committerMark Thompson <sw@jkqxz.net>2018-01-21 22:56:52 +0000
commitfcf5eae4bf24dac897da34b95cfe23634b9ac5fa (patch)
tree22efde9f3bd5cf974e8aacf5cebd64f1065c9ca8 /configure
parent92704c480e811e0bd2a605173559d2baa974119f (diff)
lavfi: add ProcAmp (color balance) VAAPI video filter.
Add ProcAmp(color balance) vaapi video filter, use the option like -vf "procamp_vaapi=b=10:h=120:c=2.8:s=3.7" to set brightness/hue/contrast/saturation. Signed-off-by: Yun Zhou <yunx.z.zhou@intel.com> Signed-off-by: Jun Zhao <jun.zhao@intel.com> Signed-off-by: Mark Thompson <sw@jkqxz.net>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 5d533621ae..12fb34a202 100755
--- a/configure
+++ b/configure
@@ -3245,6 +3245,7 @@ perspective_filter_deps="gpl"
phase_filter_deps="gpl"
pp7_filter_deps="gpl"
pp_filter_deps="gpl postproc"
+procamp_vaapi_filter_deps="vaapi VAProcPipelineParameterBuffer"
program_opencl_filter_deps="opencl"
pullup_filter_deps="gpl"
removelogo_filter_deps="avcodec avformat swscale"