mirror of
https://github.com/xiph/opus.git
synced 2025-05-17 00:48:29 +00:00
Fix whitespace errors
This commit is contained in:
parent
9ec1683f32
commit
8dc345fe59
4 changed files with 3 additions and 7 deletions
|
@ -126,7 +126,6 @@ void dred_decode_state(ec_enc *dec, float *x) {
|
||||||
{
|
{
|
||||||
x[k] = iy[k] * norm;
|
x[k] = iy[k] * norm;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void dred_decode_latents(ec_dec *dec, float *x, const opus_uint16 *scale, const opus_uint16 *r, const opus_uint16 *p0) {
|
void dred_decode_latents(ec_dec *dec, float *x, const opus_uint16 *scale, const opus_uint16 *r, const opus_uint16 *p0) {
|
||||||
|
|
|
@ -79,5 +79,3 @@ int dred_ec_decode(OpusDRED *dec, const opus_uint8 *bytes, int num_bytes, int mi
|
||||||
dec->nb_latents = i/2;
|
dec->nb_latents = i/2;
|
||||||
return i/2;
|
return i/2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -87,7 +87,6 @@ opus_int32 skip_extension(const unsigned char **data, opus_int32 len, opus_int32
|
||||||
} else {
|
} else {
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
return len;
|
return len;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue