On Tue Sep 20 20:32:28 2022 +0000, Nikolay Sivov wrote:
Something is broken, I get two failures like this, but no make error at the end: transform.c:2984: Test failed: h264dec: got output[0].dwStatus 0 I missed that copier tests were moved as well.
I'm not completely sure why I moved them anymore. I can move them back and avoid touching it, the changes I had were mostly about making parameter validation consistent.
I think it made some sense because I had tests to validate the behavior of 1-to-1 stream transforms, which is roughly consistent, but maybe the copier is still quite specific in its purpose. Also after doing a bit more testing with other decoders I found that some aren't all 1-to-1 either (the WMV encoder for instance)...