Daniel Verkamp <dan...@drv.nu> added the comment:

Tried setting s->nb_block_sizes = 8 both inside if block (line 150) and after
the if block (line 152), still crashes (now at a different location):

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ffa168626f0 (LWP 25311)]
0x00000000007862a6 in ff_sine_window_init (window=0x0, n=16) at 
libavcodec/mdct.c:69
69              window[i] = sinf((i + 0.5) * (M_PI / (2.0 * n)));
(gdb) bt
#0  0x00000000007862a6 in ff_sine_window_init (window=0x0, n=16) at
libavcodec/mdct.c:69
#1  0x00000000006e5459 in ff_wma_init (avctx=0x2edec30, flags2=13) at
libavcodec/wma.c:351
#2  0x00000000006e6159 in wma_decode_init (avctx=0x2edec30) at
libavcodec/wmadec.c:105
#3  0x00000000004bccfa in avcodec_open (avctx=0x2edec30, codec=0xb66600) at
libavcodec/utils.c:504
#4  0x000000000040b281 in av_encode (output_files=0xb6c160, nb_output_files=1,
input_files=0xb6a700, nb_input_files=1,
    stream_maps=0xb6cea0, nb_stream_maps=0) at ffmpeg.c:2051
#5  0x00000000004106cb in main (argc=5, argv=0x7fff01aa5b98) at ffmpeg.c:3988

_____________________________________________________
FFmpeg issue tracker <iss...@roundup.ffmpeg.org>
<https://roundup.ffmpeg.org/roundup/ffmpeg/issue1503>
_____________________________________________________

Reply via email to