Yuxuan Shui (@yshui) commented about dlls/winegstreamer/wm_reader.c:
return hr;
}
+static HRESULT reinit_stream(struct wm_reader *reader, bool read_compressed)
hi, i happen to be looking at this commit because of something else.
looks like `reinit_stream` copies a lot from `init_stream`, couldn't it just call `init_stream`?