Sascha Sommer <saschasom...@freenet.de> added the comment:

Caused by calling vector_fmul_window with an invalid window.
Attached patch fixes it.

----------
substatus: open -> analyzed

________________________________________________
FFmpeg issue tracker <iss...@roundup.ffmpeg.org>
<https://roundup.ffmpeg.org/issue2538>
________________________________________________
Index: libavcodec/wma.h
===================================================================
--- libavcodec/wma.h	(Revision 26253)
+++ libavcodec/wma.h	(Arbeitskopie)
@@ -28,7 +28,7 @@
 #include "fft.h"
 
 /* size of blocks */
-#define BLOCK_MIN_BITS 7
+#define BLOCK_MIN_BITS 5
 #define BLOCK_MAX_BITS 11
 #define BLOCK_MAX_SIZE (1 << BLOCK_MAX_BITS)
 

Reply via email to