mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-28 05:50:43 +00:00
avcodec/wavpack: increase WV_MAX_SAMPLES
This is maximal number of samples per frame that current wavpack can create. Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
4c9204783a
commit
be3d8073ed
@ -53,7 +53,7 @@
|
||||
#define WV_FLT_ZERO_SENT 0x08
|
||||
#define WV_FLT_ZERO_SIGN 0x10
|
||||
|
||||
#define WV_MAX_SAMPLES 131072
|
||||
#define WV_MAX_SAMPLES 150000
|
||||
|
||||
enum WP_ID_Flags {
|
||||
WP_IDF_MASK = 0x3F,
|
||||
|
Loading…
Reference in New Issue
Block a user