Re: [FFmpeg-devel] [PATCH 1/2] lavfi/vaapi: Improve support for colour properties

2018-12-30 Thread Michael Niedermayer
On Sun, Dec 30, 2018 at 06:45:17PM +, Mark Thompson wrote: > 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/vaa

[FFmpeg-devel] [PATCH 1/2] lavfi/vaapi: Improve support for colour properties

2018-12-30 Thread Mark Thompson
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.c| 265 - libavfilter/vaap