Elizabeth Figura (@zfigura) commented about dlls/winegstreamer/wg_transform.c:
}
}
+static void init_mf_video_info_rect(const MFVideoInfo *info, RECT *rect)
The name of this function doesn't specify which rect, and "init" feels odd. How about something like "get_content_rect()" or "content_rect_from_video_info()"?