On Fri May 30 21:06:42 2025 +0000, Nikolay Sivov wrote:
For me it would be enough to have a test program attached to this MR instead, existing tests are hard to read already. Some code and commit comments in sources implementation should be enough for such change in my opinion. Regardless, you don't really need test files of specific size, it should be possible to memset() output instead, using WAV format for example, or prepare it in memory.
thanks for the hint about WAV. I had considered creating the file in memory before, but failed to figure out an appropriate format to use (tried yuv4mpeg2, windows doesn't support it).
I will make a separate test program that uses WAV tomorrow.