changeset 2775:f3cdd51c9e16 libavcodec

WMA MAX_CODED_SUPERFRAME_SIZE too small patch by (Mark Weaver: mark-clist, npsl co uk)
author michael
date Tue, 28 Jun 2005 14:56:16 +0000
parents 3eddfe241bb9
children 930e56f92c57
files wmadec.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/wmadec.c	Tue Jun 28 08:13:23 2005 +0000
+++ b/wmadec.c	Tue Jun 28 14:56:16 2005 +0000
@@ -48,7 +48,7 @@
 #define NB_LSP_COEFS 10
 
 /* XXX: is it a suitable value ? */
-#define MAX_CODED_SUPERFRAME_SIZE 4096
+#define MAX_CODED_SUPERFRAME_SIZE 16384
 
 #define MAX_CHANNELS 2