mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
avcodec/wmaprodec: support decoding up to 16 channels of xma
Signed-off by: Maxton <maxton@maxton.xyz>
This commit is contained in:
parent
d723994449
commit
1be4c85790
@ -107,8 +107,8 @@
|
||||
#define MAX_BANDS 29 ///< max number of scale factor bands
|
||||
#define MAX_FRAMESIZE 32768 ///< maximum compressed frame size
|
||||
#define XMA_MAX_STREAMS 8
|
||||
#define XMA_MAX_CHANNELS 8
|
||||
#define XMA_MAX_CHANNELS_STREAM 2
|
||||
#define XMA_MAX_CHANNELS (XMA_MAX_STREAMS * XMA_MAX_CHANNELS_STREAM)
|
||||
|
||||
#define WMAPRO_BLOCK_MIN_BITS 6 ///< log2 of min block size
|
||||
#define WMAPRO_BLOCK_MAX_BITS 13 ///< log2 of max block size
|
||||
|
Loading…
Reference in New Issue
Block a user