]> git.tuebingen.mpg.de Git - paraslash.git/commit
aacdec: Do not try to feed invalid buffers to libfaad
authorAndre <maan@p133.(none)>
Tue, 9 May 2006 22:41:15 +0000 (00:41 +0200)
committerAndre <maan@p133.(none)>
Tue, 9 May 2006 22:41:15 +0000 (00:41 +0200)
commitfa54361d9eb07f22cbe6a59faa6321700b807f49
tree8688355045aa17685594373576e8ba6c5f9be265
parent258534d8a29be72e529acdbf4daf54d6cd8bf5c7
aacdec: Do not try to feed invalid buffers to libfaad

Valid entry points start with 0x21, so look for the next 0x21
and skip everything in between.
aacdec.c