]> git.tuebingen.mpg.de Git - paraslash.git/commit
Merge topic branch t/wmadec into next
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 24 May 2025 17:41:41 +0000 (19:41 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sat, 24 May 2025 17:41:41 +0000 (19:41 +0200)
commit1b25fe7dba1085d6ae16f88685d7308cd775ba75
tree99ba9891e50f836ae88d4f5e609cc3ec66f08920
parentb8fa8b0724d4f7c190d6c4119decf4bdaf7cd7a2
parentd3651c8723df84fb0acbf2ef170143d8adde304d
Merge topic branch t/wmadec into next

Started on 2025-01-22

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.

* refs/heads/t/wmadec:
  wmadec: Fix typo in comment.
  wmadec: Remove a stale comment in wma_init().
  wmadec: Kill pointless start/end computations.
wmadec_filter.c