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:
Paul B Mahol 2014-08-29 10:37:49 +00:00
parent 4c9204783a
commit be3d8073ed

View File

@ -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,