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:
Gregory Maxwell 2009-06-29 12:48:57 -04:00
parent b92dce3270
commit a80958b025
3 changed files with 2 additions and 4 deletions

View file

@ -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 {