Module: wine Branch: master Commit: e2a4974f399df7e3a4c97b3bd1348ea8fb9d5930 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e2a4974f399df7e3a4c97b3bd1...
Author: Andrew Eikum aeikum@codeweavers.com Date: Wed Jan 25 15:13:01 2017 -0600
quartz: Downgrade FIXME->WARN.
Signed-off-by: Andrew Eikum aeikum@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/quartz/filtergraph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/quartz/filtergraph.c b/dlls/quartz/filtergraph.c index 2bd08f1..92c30c1 100644 --- a/dlls/quartz/filtergraph.c +++ b/dlls/quartz/filtergraph.c @@ -2379,7 +2379,7 @@ static HRESULT WINAPI MediaSeeking_IsFormatSupported(IMediaSeeking *iface, const
if (!IsEqualGUID(&TIME_FORMAT_MEDIA_TIME, pFormat)) { - FIXME("Unhandled time format %s\n", debugstr_guid(pFormat)); + WARN("Unhandled time format %s\n", debugstr_guid(pFormat)); return S_FALSE; }