mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02: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_SENT 0x08
|
||||||
#define WV_FLT_ZERO_SIGN 0x10
|
#define WV_FLT_ZERO_SIGN 0x10
|
||||||
|
|
||||||
#define WV_MAX_SAMPLES 131072
|
#define WV_MAX_SAMPLES 150000
|
||||||
|
|
||||||
enum WP_ID_Flags {
|
enum WP_ID_Flags {
|
||||||
WP_IDF_MASK = 0x3F,
|
WP_IDF_MASK = 0x3F,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user