wine/dlls/mfreadwrite
Rémi Bernon ea4b9bafb2 mfreadwrite/reader: Create and append a converter transform.
This enables advanced color conversion in all cases, and thus allows
NV12 -> RGB32 conversion even when MF_SOURCE_READER_ENABLE_ADVANCED_VIDEO_PROCESSING
is not set. This should be harmless and makes the code simpler as we
can simply append a VideoProcessor transform in all cases.

The tests todos is tweaked to reflect cases where a single processor
is used, which outputs slightly different attributes to when it is
connected to an upstream decoder. Ultimately we could try to match
native here, but it shouldn't matter too much in the meantime.
2024-03-01 23:14:22 +01:00
..
tests mfreadwrite/reader: Create and append a converter transform. 2024-03-01 23:14:22 +01:00
Makefile.in makefiles: Always use the global SOURCES variable for .idl files. 2023-11-01 22:43:50 +01:00
mf_classes.idl
mf_private.h
mfreadwrite.spec
reader.c mfreadwrite/reader: Create and append a converter transform. 2024-03-01 23:14:22 +01:00
writer.c