3 Feb
2023
3 Feb
'23
8:06 a.m.
Rémi Bernon (@rbernon) commented about dlls/winegstreamer/video_decoder.c:
+ +#include "wine/debug.h" + +WINE_DEFAULT_DEBUG_CHANNEL(mfplat); + +struct video_decoder +{ + IMFTransform IMFTransform_iface; + LONG refcount; + + IMFMediaType *input_type; + IMFMediaType *output_type; + + struct wg_format wg_format; + struct wg_transform *wg_transform; + struct wg_sample_queue *wg_sample_queue; Would you mind removing these fields for now, and add them later when you will need them?
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/2102#note_22932