Hi!

Attached patch from Elemental increases the maximum superframe size, I don't know if this fixes any samples.
The original patchfile contains no further attribution.

Please comment, Carl Eugen
diff --git a/libavcodec/wma.h b/libavcodec/wma.h
index c4056ec..37be627 100644
--- a/libavcodec/wma.h
+++ b/libavcodec/wma.h
@@ -40,8 +40,7 @@
 
 #define NB_LSP_COEFS 10
 
-/* XXX: is it a suitable value ? */
-#define MAX_CODED_SUPERFRAME_SIZE 16384
+#define MAX_CODED_SUPERFRAME_SIZE (1 << 16)
 
 #define MAX_CHANNELS 2
 
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to