]> git.tue.mpg.de Git - paraslash.git/commit
mp3dec: Try harder to recover from non-fatal errors.
authorAndre Noll <maan@systemlinux.org>
Sun, 10 May 2009 13:28:13 +0000 (15:28 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 10 May 2009 13:28:13 +0000 (15:28 +0200)
commit33b50d4544476d1e98a520ed2438b5a3aa5073a7
treec10affeebf5edba40fa0076453d5ede6c54454fc
parentf87868b3147b189b6d4ee4e44817f092bd1c2895
mp3dec: Try harder to recover from non-fatal errors.

If there's still data left, try to decode the next header in the
same scheduler run. This avoids unnecessary copies of large parts
of the mp3 input buffer.
mp3dec_filter.c