On Wed Jun 21 10:14:23 2023 +0000, Nikolay Sivov wrote:
Used format and input data adds a lot of bitmap copying, handling of planar format, etc, when all you need to know is that transforms are called in order. We might even use passthrough transform that does not do anything at all, but sets some attribute on output sample that following transform can check. So my concern about this test is that it adds are lot of lines of noise that we don't need to test what needs to be tested, leaves unexplained skips and broken() cases, as we all as some todos on cleanup.
will do