Hi, On Mon, Feb 13, 2012 at 2:08 AM, Ibrahim Sha'ath <[email protected]> wrote: > Hi Ronald > >> > [wmav2 @ 0x106829e20] prev_block_len_bits N out of range >> > (where N is in the range 4..6). >> >> Do these errors occur when you're decoding only a single file, without >> threading? > > Yes they do, and on both platforms, though I've never seen them cause > a segfault when not parallelised. Also interspersed with those errors > are > [wmav2 @ 0x1030a9800] overflow in spectral RLE, ignoring > [wmav2 @ 0x1030a9800] frame_len overflow > > And very occasionally > [wmav2 @ 0x1030a9800] len -211 invalid > > I've never got any Windows Media files to successfully decode, which > doesn't bother me as they are incredibly rarely used in the problem > domain, but I'd prefer them not to cause segfaults nonetheless! > > Do these errors suggest anything in particular to you?
Yes, is it possible you're not setting AVCodecContext->bit_rate, ->block_align, ->extradata or ->extradata_size? Ronald _______________________________________________ libav-api mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-api
