On Tue Nov 21 14:16:04 2023 +0000, Alfred Agrell wrote:
Something in mf:transform test_wma_decoder() needs it. But unless we can find an actual WMA file that does that, better fix it in the test instead. Fixed.
I suspect this is actually related to the tests using WMAUDIO2 (aka WMAudioV8), which, if I believe the headers files, where WMAUDIO_BITS_PER_SAMPLE is used, only supports 16bps. The bps is then automatically set and the media type doesn't need one.
Also from the headers, I suspect WMAUDIO3 may support variable bps which maybe would require changes here and in other places where we use a fixed value. All of which may require more tests to be sure. Which probably be added later.