summaryrefslogtreecommitdiff
path: root/libavfilter/vaapi_vpp.h
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2019-02-28 00:38:08 +0000
committerMark Thompson <sw@jkqxz.net>2019-06-02 17:30:41 +0100
commit5051b7f898aebb77291f2b1c97a53e84b4c34256 (patch)
tree160912b48a1f66c83853b74874a4327af5cd6466 /libavfilter/vaapi_vpp.h
parent5fb9eb9ed256d772609377ce356b8e22de9611d2 (diff)
lavfi/vaapi: Improve support for colour properties
Attempts to pick the set of supported colour properties best matching the input. Output is then set with the same values, except for the colour matrix which may change when converting between RGB and YUV.
Diffstat (limited to 'libavfilter/vaapi_vpp.h')
-rw-r--r--libavfilter/vaapi_vpp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavfilter/vaapi_vpp.h b/libavfilter/vaapi_vpp.h
index 1e2b4a1066..c3da91717c 100644
--- a/libavfilter/vaapi_vpp.h
+++ b/libavfilter/vaapi_vpp.h
@@ -68,8 +68,6 @@ int ff_vaapi_vpp_config_input(AVFilterLink *inlink);
int ff_vaapi_vpp_config_output(AVFilterLink *outlink);
-int ff_vaapi_vpp_colour_standard(enum AVColorSpace av_cs);
-
int ff_vaapi_vpp_init_params(AVFilterContext *avctx,
VAProcPipelineParameterBuffer *params,
const AVFrame *input_frame,