Skip to content
Snippets Groups Projects
Commit 6906faa1 authored by Steve Lhomme's avatar Steve Lhomme
Browse files

fourcc: rename VLC_CODEC_RGBA10 to VLC_CODEC_RGBA10LE

As said in bf2f6495, it's supposed
to match DXGI_FORMAT_R10G10B10A2_UNORM which is in fact
ABGR [1] in memory order. We declare it like 15/16-bit RGB.

We can't map it to D3D11 opaque BGRA/RGBA directly.

[1] https://learn.microsoft.com/en-us/windows/win32/api/dxgiformat/ne-dxgiformat-dxgi_format#portable-coding-for-endian-independence
parent a1f42f8b
Branches iOS-2.7
No related tags found
1 merge request!4354fourcc: rename VLC_CODEC_RGBA10 to VLC_CODEC_RGBA10LE
Pipeline #397366 passed with stage
in 27 minutes and 21 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment