Note some more platforms where float-approx is tested, fix a bug in the prediction ctl,
and remove some dead code from bands.c.
This commit is contained in:
parent
b92dce3270
commit
a80958b025
3 changed files with 2 additions and 4 deletions
|
@ -1016,7 +1016,7 @@ int celt_encoder_ctl(CELTEncoder * restrict st, int request, ...)
|
|||
{
|
||||
st->force_intra = 1;
|
||||
st->pitch_permitted = 0;
|
||||
} else if (value=1) {
|
||||
} else if (value==1) {
|
||||
st->force_intra = 0;
|
||||
st->pitch_permitted = 0;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue