Re: [FFmpeg-devel] [PATCH 3/7] hwcontext_vaapi: Add more surface formats

2018-02-19 Thread Philip Langdale
On Mon, 19 Feb 2018 23:28:45 + Mark Thompson wrote: > Adds YUV 4:1:1, 4:4:0 and 4:4:4 - these will be needed for JPEG > decoding. --- > libavutil/hwcontext_vaapi.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/libavutil/hwcontext_vaapi.c b/libavutil/hwcontext_vaapi.c > index 2

[FFmpeg-devel] [PATCH 3/7] hwcontext_vaapi: Add more surface formats

2018-02-19 Thread Mark Thompson
Adds YUV 4:1:1, 4:4:0 and 4:4:4 - these will be needed for JPEG decoding. --- libavutil/hwcontext_vaapi.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavutil/hwcontext_vaapi.c b/libavutil/hwcontext_vaapi.c index 29698d1b27..68f88ecd6b 100644 --- a/libavutil/hwcontext_vaapi.c +++ b/lib