On 8/8/2022 4:48 AM, Paul B Mahol wrote:
What about ISOM mappings?
I don't see any for AYUV tag or this decoder. I saw and changed the riff
one already in f8c62e32b2618d76f26b7536f9a177db2bda7e35.
What mov/qt uses is v408 (ordered UYVA in memory), which is also a pixel
format we could add a
What about ISOM mappings?
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".
The vuya pixel format was recently added, so this lavc workaround is no longer
needed.
Signed-off-by: James Almer
---
doc/APIchanges | 4
libavcodec/allcodecs.c | 2 ++
libavcodec/codec_desc.c| 2 ++
libavcodec/codec_id.h | 4
libavcodec/v408dec.c | 1