Re: [FFmpeg-devel] [PATCH 1/2] hwcontext_d3d11: Add BGR0 support

2023-11-27 Thread Mark Thompson
On 22/10/2023 15:54, Mark Thompson wrote: The 8-bit four-component DXGI container is also used for three-component RGB without alpha. --- This list is only used for AV->DXGI mapping, so it doesn't matter that there are duplicate DXGI formats in the list.  libavutil/hwcontext_d3d11va.c | 1 +  

[FFmpeg-devel] [PATCH 1/2] hwcontext_d3d11: Add BGR0 support

2023-10-22 Thread Mark Thompson
The 8-bit four-component DXGI container is also used for three-component RGB without alpha. --- This list is only used for AV->DXGI mapping, so it doesn't matter that there are duplicate DXGI formats in the list. libavutil/hwcontext_d3d11va.c | 1 + 1 file changed, 1 insertion(+) diff --git a/