mirror of
https://github.com/xiph/opus.git
synced 2025-05-19 18:08:29 +00:00
Correct many whitespace errors under libcelt/ and remove
non-ascii characters from the source.
This commit is contained in:
parent
6518a836ab
commit
71d39ad841
47 changed files with 300 additions and 301 deletions
|
@ -2785,4 +2785,3 @@ const char *celt_strerror(int error)
|
|||
else
|
||||
return error_strings[-error];
|
||||
}
|
||||
|
||||
|
|
|
@ -201,8 +201,8 @@ CELT_EXPORT void celt_encoder_destroy(CELTEncoder *st);
|
|||
|
||||
/** Encodes a frame of audio.
|
||||
@param st Encoder state
|
||||
@param pcm PCM audio in float format, with a normal range of ±1.0.
|
||||
* Samples with a range beyond ±1.0 are supported but will
|
||||
@param pcm PCM audio in float format, with a normal range of +/-1.0.
|
||||
* Samples with a range beyond +/-1.0 are supported but will
|
||||
* be clipped by decoders using the integer API and should
|
||||
* only be used if it is known that the far end supports
|
||||
* extended dynmaic range. There must be exactly
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue