mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Update dr_flac.
This commit is contained in:
+2
-2
@@ -57505,7 +57505,7 @@ extern "C" {
|
||||
#define DRFLAC_XSTRINGIFY(x) DRFLAC_STRINGIFY(x)
|
||||
#define DRFLAC_VERSION_MAJOR 0
|
||||
#define DRFLAC_VERSION_MINOR 12
|
||||
#define DRFLAC_VERSION_REVISION 35
|
||||
#define DRFLAC_VERSION_REVISION 36
|
||||
#define DRFLAC_VERSION_STRING DRFLAC_XSTRINGIFY(DRFLAC_VERSION_MAJOR) "." DRFLAC_XSTRINGIFY(DRFLAC_VERSION_MINOR) "." DRFLAC_XSTRINGIFY(DRFLAC_VERSION_REVISION)
|
||||
#include <stddef.h>
|
||||
typedef signed char drflac_int8;
|
||||
@@ -81254,7 +81254,7 @@ static drflac_bool32 drflac__decode_samples_with_residual__rice__neon(drflac_bs*
|
||||
{
|
||||
DRFLAC_ASSERT(bs != NULL);
|
||||
DRFLAC_ASSERT(pSamplesOut != NULL);
|
||||
if (order > 0 && order <= 12) {
|
||||
if (lpcOrder > 0 && lpcOrder <= 12) {
|
||||
if (drflac__use_64_bit_prediction(bitsPerSample, lpcOrder, lpcPrecision)) {
|
||||
return drflac__decode_samples_with_residual__rice__neon_64(bs, count, riceParam, lpcOrder, lpcShift, coefficients, pSamplesOut);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user