Skip to content

Hack in ivas_core_dec()

In ivas_core_dec(), there is the following line:

last_element_brate = hSCE->element_brate; /* hack - the past parameter is not really needed */

but last_element_brate is actually used later in this function.

A review is needed.