OSDN Git Service

aacsbr: reduce element type mismatch warning severity
authorRostislav Pehlivanov <atomnuker@gmail.com>
Wed, 8 Jun 2016 20:01:04 +0000 (21:01 +0100)
committerRostislav Pehlivanov <atomnuker@gmail.com>
Wed, 8 Jun 2016 20:01:04 +0000 (21:01 +0100)
commita04ae469e748c88ff9f39a9cfae33129badf9894
tree426af247da7d053ce627aacf10ca2ab36613ac00
parent2991d935203ed1a193d5624bf88655f7b1abe5ea
aacsbr: reduce element type mismatch warning severity

All HE-AAC samples with an LFE channel make this warning get spammed on
every frame. Turning off SBR for LFE channels makes sense (since it has
much less coefficients than normal channels do), so this error print is
of no value in this case.
It makes sense to keep the error in other cases, hence why it's still
around, degraded to warning severity since the decoder will still
attempt to decode without SBR.

Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
libavcodec/aacsbr_template.c