Commit b5becc2e authored by Zhiyi Zhang's avatar Zhiyi Zhang Committed by Alexandre Julliard

winegstreamer: Trace mf_media_type_from_wg_format_{audio|video}().

parent 6f8990b4
......@@ -435,6 +435,7 @@ static IMFMediaType *mf_media_type_from_wg_format_audio(const struct wg_format *
}
}
FIXME("Unknown audio format %#x.\n", format->u.audio.format);
return NULL;
}
......@@ -478,6 +479,7 @@ static IMFMediaType *mf_media_type_from_wg_format_video(const struct wg_format *
}
}
FIXME("Unknown video format %#x.\n", format->u.video.format);
return NULL;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment