]> git.tuebingen.mpg.de Git - paraslash.git/commit
mp3_afh: Take padding into account when computing frame duration.
authorAndre Noll <maan@systemlinux.org>
Sat, 30 Jul 2011 16:14:25 +0000 (18:14 +0200)
committerAndre Noll <maan@systemlinux.org>
Sat, 13 Aug 2011 10:39:13 +0000 (12:39 +0200)
commit53306876b029205c4dfcce0c39551b115dd18130
treeda7f7106a7e4d4e7135dd53bc6c026a68d107ece
parent82d08fb6da4dfc7d93d1ee0cce4706721378fe12
mp3_afh: Take padding into account when computing frame duration.

Without this fix, the computed duration of a frame can be slightly
larger than its actual duration. If this happens for many frames of
an mp3 file, the chunk size will be slightly too large, which leads
to buffer underruns during streaming.
mp3_afh.c