On Sun Nov 20 00:20:23 2022 +0000, Ziqing Hui wrote:
If I want to write DMO wrapper filter tests for WMV decoder. (I want to create a DMO wrapper and call Init() with CLSID_CWMVDecMediaObject, then test filter functions on it.) Which file should I put the test in? qasf/tests/dmowrapper.c or mf/tests/transform.c or somewhere else?
Probably `qasf/tests/dmowrapper.c` is best, as that would be tests for the DMOWrapper interface.