OSDN Git Service

aac: Only set sample rate and object type from ADTS if output hasn't been configured.
authorAlex Converse <alex.converse@gmail.com>
Tue, 16 Aug 2011 18:04:03 +0000 (11:04 -0700)
committerLuca Barbato <lu_zero@gentoo.org>
Thu, 18 Aug 2011 20:29:41 +0000 (22:29 +0200)
commit44920d04ba3ffeefc6943fc31d6d685bfc7240b1
tree3a10a125de6feb848fc8c7cebc248bbba7b4e098
parent06d37fede4d36ea528ef69e4358a5775df016df0
aac: Only set sample rate and object type from ADTS if output hasn't been configured.

Long term it would be nice to support error resilient reconfiguration
but right now setting this every frame does more harm than help.

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
libavcodec/aacdec.c