On Tue May 27 09:26:07 2025 +0000, Rémi Bernon wrote:
Please add the format to the list of tested formats in `dlls/mfplat/tests/mfplat.c`, and then probably to the `uncompressed_video_format` array in `dlls/mfplat/mediatype.c`. Also this would probably also need to be added to the `subtype_from_gst_video_format` mapping in `dlls/winegstreamer/wg_media_type.c` and `subtype_from_pixel_format` in `dlls/winedmo/unix_media_type.c`. Also perhaps would be good to include it in the `subtype_info_list` table in `dlls/winegstreamer/video_decoder.c`, although it's not used by any of our decoders yet.
Done... I think. I didn't include a decoding test, as I couldn't find an encoder that actually supported the I420 10LE format. Although, I only looked through GStreamer. It's possible FFMpeg offers one. Let me know if you want a test for that.