Commit be3d8073 authored by Paul B Mahol's avatar Paul B Mahol

avcodec/wavpack: increase WV_MAX_SAMPLES

This is maximal number of samples per frame that current wavpack
can create.
Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 4c920478
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment