From 5051b7f898aebb77291f2b1c97a53e84b4c34256 Mon Sep 17 00:00:00 2001 From: Mark Thompson Date: Thu, 28 Feb 2019 00:38:08 +0000 Subject: 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. --- libavfilter/vaapi_vpp.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavfilter/vaapi_vpp.h') 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, -- cgit v1.2.3