mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
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.
This commit is contained in:
parent
5fb9eb9ed2
commit
5051b7f898
7 changed files with 296 additions and 33 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue