]> git.tuebingen.mpg.de Git - paraslash.git/commit
Speed up mp3dec filter.
authorAndre Noll <maan@tuebingen.mpg.de>
Fri, 30 Dec 2022 13:08:00 +0000 (14:08 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 17 Mar 2024 11:34:44 +0000 (12:34 +0100)
commitb834a567b390ee4c1ee887238cdc192b41869d38
tree745334eadaf5995d4fd128a172871e4fa19b1dc6
parent2934ee80367ee9d50b99ed8d7f672d1a397b4ce0
Speed up mp3dec filter.

Avoid calling btr_get_input_queue_size() as this is potentially
expensive (depending on the number of chunks in the input queue)
and unnecessary.

The user time of para_play for a ~4m long mp3 file on a very slow
machine went down from 168s to 150s. Speedup: 11%
mp3dec_filter.c