Browse Source

WMA MAX_CODED_SUPERFRAME_SIZE too small patch by (Mark Weaver: mark-clist, npsl co uk)

Originally committed as revision 4407 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Mark Weaver Michael Niedermayer 20 years ago
parent
commit
ff547a52d2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/wmadec.c

+ 1
- 1
libavcodec/wmadec.c View File

@@ -48,7 +48,7 @@
#define NB_LSP_COEFS 10 #define NB_LSP_COEFS 10


/* XXX: is it a suitable value ? */ /* XXX: is it a suitable value ? */
#define MAX_CODED_SUPERFRAME_SIZE 4096
#define MAX_CODED_SUPERFRAME_SIZE 16384


#define MAX_CHANNELS 2 #define MAX_CHANNELS 2




Loading…
Cancel
Save