mfsrcsnk: Move IMFByteStream release into IMFMediaSource_Shutdown

The game "Atelier Yumia: The Alchemist of Memories & The Envisioned Land" expects the IMFByteStream that's held in the IMFSourceReader to be fully released in sequence with the public refcount going to zero. To achieve this, make use of the fact that IMFMediaSource already releases the IMFByteStream on IMFByteStream_Shutdown().

Merge request reports

Loading