wine/dlls/mfreadwrite
Danyil Blyschak f97e12de40 mfreadwrite: Store result of object activation in stream transform.
In source_reader_create_transform(), store the result of
IMFActivate_ActivateObject() so that in the event of failure, resources
are freed and an appropriate HRESULT is returned.

Previously, if every object's activation failed, the last part of the
function was not aware of this.
2024-04-23 22:09:14 +02:00
..
tests mfreadwrite/reader: Keep the output subtypes when propagating media types. 2024-04-03 23:03:38 +02:00
Makefile.in
mf_classes.idl
mf_private.h
mfreadwrite.spec
reader.c mfreadwrite: Store result of object activation in stream transform. 2024-04-23 22:09:14 +02:00
writer.c