On Tue Aug 22 09:18:46 2023 +0000, Nikolay Sivov wrote:
Just release ulrmon stream right away, and return if mf stream creation failed. IMFAttributes are probably always available if you're going to use MFCreateMFByteStreamOnStream(). I don't see any value in these warnings.
I did that, but fwiw I personally really don't like having unchecked errors, even though they are expected to always succeed.