diff wmadec.c @ 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 582e635cfa08
children ef2149182f1c
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