Open
Description
Could we let SDL3 support YUVA data with alpha channel now? because in SDL2 we need to use ffmpeg format filter convert avframe(original format YUVA420) to RGBA and then render it, I don't know after we use zero-copy(for hardware acceleration) does it support it or not for directly update texture with yuva format. you know such format like vp8(has alpha tunnel video) more common and popular now.
I've already mention it in here before: Added an example program of video decoding with ffmpeg @slouken
Here is the vp8 video file(yuva420p, use libvpx in ffmpeg) example(randomly download from some website):
v.webm
Metadata
Metadata
Assignees
Labels
No labels