]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
aacdec: Don't eat full buffer on errors.
authorAndre Noll <maan@systemlinux.org>
Sun, 6 Apr 2014 10:13:10 +0000 (12:13 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sat, 25 Mar 2017 10:54:36 +0000 (11:54 +0100)
On decoding errors, if the call to NeAACDecDecode() did not consume
anything from the input buffer, we currently throw away the full
buffer. This does not necessarily improve matters, so let's just eat
one byte and hope that subsequent calls succeed.


No differences found