oslibs: updated opus decoder builds

git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@1605 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
sezero 2018-11-13 19:21:27 +00:00
parent 2a7eb2d036
commit 523bc3b08d
7 changed files with 2 additions and 2 deletions

View file

@ -531,7 +531,7 @@ OPUS_EXPORT int opus_packet_parse(
const unsigned char *frames[48],
opus_int16 size[48],
int *payload_offset
) OPUS_ARG_NONNULL(1) OPUS_ARG_NONNULL(4);
) OPUS_ARG_NONNULL(1) OPUS_ARG_NONNULL(5);
/** Gets the bandwidth of an Opus packet.
* @param [in] data <tt>char*</tt>: Opus packet

View file

@ -531,7 +531,7 @@ OPUS_EXPORT int opus_packet_parse(
const unsigned char *frames[48],
opus_int16 size[48],
int *payload_offset
) OPUS_ARG_NONNULL(1) OPUS_ARG_NONNULL(4);
) OPUS_ARG_NONNULL(1) OPUS_ARG_NONNULL(5);
/** Gets the bandwidth of an Opus packet.
* @param [in] data <tt>char*</tt>: Opus packet