]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Merge topic branch t/wmadec into next
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 28 Apr 2025 15:45:04 +0000 (17:45 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 28 Apr 2025 15:45:04 +0000 (17:45 +0200)
A few patches which remove unused code from the wma decoder and audio
format handler. Notably, noise coding was removed completely since
it was only used for unusual bit rates. Most likely, it never worked
in the first place.

Started on 2025-01-22

* refs/heads/t/wmadec:
  wmadec: Remove noise coding.
  wmadec: Simplify wma_init().
  wmadec: Remove fft().


Trivial merge