Re: [FFmpeg-devel] [PATCH 5/7] vaapi_decode: Make the frames context format selection more general

2018-02-19 Thread Philip Langdale
On Mon, 19 Feb 2018 23:28:47 + Mark Thompson wrote: > Examine the supported fourcc list manually and make the best choice, > then use the external attribute on the frames context to force that > fourcc. --- > libavcodec/vaapi_decode.c | 152 > +++--- >

[FFmpeg-devel] [PATCH 5/7] vaapi_decode: Make the frames context format selection more general

2018-02-19 Thread Mark Thompson
Examine the supported fourcc list manually and make the best choice, then use the external attribute on the frames context to force that fourcc. --- libavcodec/vaapi_decode.c | 152 +++--- libavcodec/vaapi_decode.h | 2 + 2 files changed, 132 insertions(+)