aacdec: disable new chan_config guessing code from libav.
It causes more problems than it solves. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
dbe29db8cb
commit
aa0f84df5a
@ -483,7 +483,7 @@ static ChannelElement *get_che(AACContext *ac, int type, int elem_id)
|
|||||||
ac->oc[1].m4ac.chan_config = 2;
|
ac->oc[1].m4ac.chan_config = 2;
|
||||||
}
|
}
|
||||||
// And vice-versa
|
// And vice-versa
|
||||||
if (!ac->tags_mapped && type == TYPE_SCE && ac->oc[1].m4ac.chan_config == 2) {
|
if (!ac->tags_mapped && type == TYPE_SCE && ac->oc[1].m4ac.chan_config == 2 && 0) {
|
||||||
uint8_t layout_map[MAX_ELEM_ID*4][3];
|
uint8_t layout_map[MAX_ELEM_ID*4][3];
|
||||||
int layout_map_tags;
|
int layout_map_tags;
|
||||||
push_output_configuration(ac);
|
push_output_configuration(ac);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user