summaryrefslogtreecommitdiffstats
path: root/thirdparties/android/common/include/opus/opus.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparties/android/common/include/opus/opus.h')
-rwxr-xr-xthirdparties/android/common/include/opus/opus.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/thirdparties/android/common/include/opus/opus.h b/thirdparties/android/common/include/opus/opus.h
index 847a07c..74f2d1c 100755
--- a/thirdparties/android/common/include/opus/opus.h
+++ b/thirdparties/android/common/include/opus/opus.h
@@ -525,12 +525,12 @@ OPUS_EXPORT void opus_decoder_destroy(OpusDecoder *st);
* @returns number of frames
*/
OPUS_EXPORT int opus_packet_parse(
- const unsigned char *data,
- opus_int32 len,
- unsigned char *out_toc,
- const unsigned char *frames[48],
- short size[48],
- int *payload_offset
+ const unsigned char *data,
+ opus_int32 len,
+ unsigned char *out_toc,
+ const unsigned char *frames[48],
+ short size[48],
+ int *payload_offset
) OPUS_ARG_NONNULL(1) OPUS_ARG_NONNULL(4);
/** Gets the bandwidth of an Opus packet.
OpenPOWER on IntegriCloud