Zebediah Figura (@zfigura) commented about dlls/winegstreamer/quartz_transform.c:
+};
+HRESULT mpeg_video_codec_create(IUnknown *outer, IUnknown **out) +{
- static const struct wg_format output_format =
- {
.major_type = WG_MAJOR_TYPE_VIDEO,
.u.video = {
.format = WG_VIDEO_FORMAT_I420,
/* size doesn't matter, this one is only used to check if the GStreamer plugin exists */
},
- };
- static const struct wg_format input_format =
- {
.major_type = WG_MAJOR_TYPE_VIDEO_MPEG1,
.u.video_mpeg1 = {},
You can delete this line.