2 Feb
2023
2 Feb
'23
9:30 a.m.
Rémi Bernon (@rbernon) commented about dlls/winegstreamer/video_decoder.c:
WINE_DEFAULT_DEBUG_CHANNEL(mfplat);
+DEFINE_MEDIATYPE_GUID(MFVideoFormat_IV50, MAKEFOURCC('I','V','5','0')); + +static const GUID *const input_types[] = +{ + &MFVideoFormat_H264,
Probably H264 shouldn't be included here for now. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2093#note_22789