[PATCH 3/5] mf/tests: Add some WMA decoder creation tests.

Giovanni Mascellani gmascellani at codeweavers.com
Fri Jan 21 06:33:05 CST 2022


Hi,

Il 20/01/22 11:41, Rémi Bernon ha scritto:
> +    ok(hr == S_OK, "MFTEnum returned %x\n", hr);
> +    ok(count == 1, "got %u\n", count);
> +    *class_id = class_ids[0];
> +    CoTaskMemFree(class_ids);

Would it make sense to check that the returned class id matches indeed 
CLSID_WMADecMediaObject?

Giovanni.



More information about the wine-devel mailing list