21 Nov
2023
21 Nov
'23
11:01 a.m.
Rémi Bernon (@rbernon) commented about dlls/winegstreamer/mfplat.c:
if (FAILED(IMFMediaType_GetUINT32(type, &MF_MT_AUDIO_BITS_PER_SAMPLE, &depth))) { FIXME("Depth is not set.\n"); - return; + depth = 0; }
If this is allowed after all the FIXME is likely not appropriate (maybe a WARN instead of no message at all). -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4450#note_53044