Drop code that attempts to decode frames that are prefixed by junk,
commit7d8583b167eb697fd0d6fd558da5ef84f01f8959
authormichael <michael@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Tue, 30 Jun 2009 03:57:27 +0000 (30 03:57 +0000)
committermichael <michael@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Tue, 30 Jun 2009 03:57:27 +0000 (30 03:57 +0000)
tree62f2b0459f1efe713f67fbd5c27b3afc0f0e78a1
parentc9acea42e3704735065fd9063a10af88b16889b1
Drop code that attempts to decode frames that are prefixed by junk,
it does too often end up decoding random data into noise without
detecting it. (for example after seeking of some mp3 data with oddly
often occuring startcode emulation)
fixes issue1154.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19302 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
libavcodec/mpegaudiodec.c