Alfred Agrell (@Alcaro) commented about dlls/mp3dmod/mp3dmod.c:
static HRESULT WINAPI MediaObject_GetInputCurrentType(IMediaObject *iface, DWORD index, DMO_MEDIA_TYPE *type) {
- FIXME("(%p)->(%ld, %p) stub!\n", iface, index, type);
- struct mp3_decoder *dmo = impl_from_IMediaObject(iface);
- TRACE("(%p)->(%ld, %p) stub!\n", iface, index, type);
It's not stub anymore