comparison aac.c @ 8811:464c36527303 libavcodec

Remove bogus coupling_point assignment for non-CCE as this value is not checked in this case Patch by Alex Converse ( alex converse gmail com )
author superdump
date Thu, 12 Feb 2009 13:22:41 +0000
parents b2a991a936e1
children 541889e539b8
comparison
equal deleted inserted replaced
8810:367e4d405cd9 8811:464c36527303
1575 ac->che[TYPE_LFE][0] = NULL; 1575 ac->che[TYPE_LFE][0] = NULL;
1576 } 1576 }
1577 if(elem_type < TYPE_DSE) { 1577 if(elem_type < TYPE_DSE) {
1578 if(!ac->che[elem_type][elem_id]) 1578 if(!ac->che[elem_type][elem_id])
1579 return -1; 1579 return -1;
1580 if(elem_type != TYPE_CCE)
1581 ac->che[elem_type][elem_id]->coup.coupling_point = 4;
1582 } 1580 }
1583 1581
1584 switch (elem_type) { 1582 switch (elem_type) {
1585 1583
1586 case TYPE_SCE: 1584 case TYPE_SCE: