20 Nov
2025
20 Nov
'25
8:37 a.m.
Context: I was trying to make use of DMOs in `WMSyncReader`. I want to know if there is data available from a DMO decoder. Maybe there's a better way, but intuitively I call `ProcessOutput` and check if it returns `S_FALSE`. Our DMOs return `MF_E_TRANSFORM_NEED_MORE_INPUT` which is not a documented return value for DMOs. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9538#note_123083