aacdec: Lower the number of frames required to detect ADTS
authorMartin Storsjö <martin@martin.st>
Tue, 11 Mar 2014 13:52:46 +0000 (15:52 +0200)
committerMartin Storsjö <martin@martin.st>
Sun, 16 Mar 2014 19:04:00 +0000 (21:04 +0200)
commit3b1c9eb0ffb680174ffaebb47b773a4628a2be6a
treea81b87a0a1f8f99682a8dd4541c60522cb603485
parent0412cb67cda05b08dfca6bfc4ff664ea917fa932
aacdec: Lower the number of frames required to detect ADTS

For live audio streams, requiring 500 frames for a stream to
be detected is a bit overkill.

This allows live ADTS streams that don't start nicely at
a frame boundary to start up more quickly, e.g.
http://mp3.streampower.be/radio1.aac.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/aacdec.c