April 14, 2023
12:37 p.m.
Rémi Bernon (@rbernon) commented about dlls/winegstreamer/video_decoder.c:
{ mf_media_type_to_wg_format(decoder->output_type, &output_format);
- output_format.u.video.width = frame_size >> 32; - output_format.u.video.height = (UINT32)frame_size;
I don't think you need to change this, this is a generic video decoder that's only used for Indeo codec for now (but ideally could be later used to factor more decoders). -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2471#note_30088