Sascha Sommer <[email protected]> added the comment:

Caused by calling ff_imdct_half with an invalid context.
Attached patch fixes it.

----------
substatus: open -> reproduced

________________________________________________
FFmpeg issue tracker <[email protected]>
<https://roundup.ffmpeg.org/issue2537>
________________________________________________
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