summaryrefslogtreecommitdiff
path: root/apps/codecs/libffmpegFLAC/shndec.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libffmpegFLAC/shndec.h')
-rw-r--r--apps/codecs/libffmpegFLAC/shndec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libffmpegFLAC/shndec.h b/apps/codecs/libffmpegFLAC/shndec.h
index 713a5b56dc..068f4faf28 100644
--- a/apps/codecs/libffmpegFLAC/shndec.h
+++ b/apps/codecs/libffmpegFLAC/shndec.h
@@ -1,6 +1,6 @@
1#include "bitstream.h" 1#include "bitstream.h"
2 2
3#define SHN_OUTPUT_DEPTH 28 3#define SHN_OUTPUT_DEPTH 29 /* 28 bits + sign */
4 4
5#define MAX_CHANNELS 2 5#define MAX_CHANNELS 2
6#define MAX_PRED_ORDER 16 6#define MAX_PRED_ORDER 16