Skip to content
Snippets Groups Projects
Unverified Commit 6ba257d8 authored by dvosully's avatar dvosully Committed by Jean-Marc Valin
Browse files

Change type of function parameter to match implementation


Signed-off-by: default avatarJean-Marc Valin <jmvalin@jmvalin.ca>
parent cbeebf00
No related branches found
No related tags found
No related merge requests found
......@@ -214,7 +214,7 @@ int opus_multistream_decode_native(
opus_int32 opus_packet_extensions_parse(const unsigned char *data, opus_int32 len, opus_extension_data *extensions, opus_int32 *nb_extensions);
opus_int32 opus_packet_extensions_generate(unsigned char *data, opus_int32 len, const opus_extension_data *extensions, int nb_extensions, int pad);
opus_int32 opus_packet_extensions_generate(unsigned char *data, opus_int32 len, const opus_extension_data *extensions, opus_int32 nb_extensions, int pad);
opus_int32 opus_packet_extensions_count(const unsigned char *data, opus_int32 len);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment