Browse Source

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>
tags/n2.4
Paul B Mahol 11 years ago
parent
commit
be3d8073ed
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/wavpack.h

+ 1
- 1
libavcodec/wavpack.h 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,


Loading…
Cancel
Save