mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-21 19:41:44 +00:00
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:
parent
2a7eb2d036
commit
523bc3b08d
7 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Binary file not shown.
|
@ -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
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue