mirror of
https://github.com/xiph/opus.git
synced 2025-06-02 08:37:43 +00:00
Replace a remaining instance of restrict with OPUS_RESTRICT.
The usage of restrict in include/opus_custom.h was missed by the prior commit replacing this keyword with a macro.
This commit is contained in:
parent
0ec93137dc
commit
22f7788ac1
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ OPUS_CUSTOM_EXPORT OPUS_WARN_UNUSED_RESULT int opus_custom_encode(
|
|||
* by a convenience macro.
|
||||
* @see opus_encoderctls
|
||||
*/
|
||||
OPUS_CUSTOM_EXPORT int opus_custom_encoder_ctl(OpusCustomEncoder * restrict st, int request, ...) OPUS_ARG_NONNULL(1);
|
||||
OPUS_CUSTOM_EXPORT int opus_custom_encoder_ctl(OpusCustomEncoder * OPUS_RESTRICT st, int request, ...) OPUS_ARG_NONNULL(1);
|
||||
|
||||
/* Decoder */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue