]> 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>
Wed, 8 May 2024 17:45:52 +0000 (19:45 +0200)
commit76f5f13b1216c4579eae6c9e1d142a6c929ee196
treefa04ba8a00893bc7bd599de89ca30efe4713a1af
parent824809dcdf32f93aa841fadbd62e8b2475768d40
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