[Libav-user] I can't get audio decoding to work.
Robin Stevens
rdstevens at gmail.com
Sun Jun 26 00:26:11 CEST 2016
On Sat, Jun 25, 2016 at 12:58 AM, Bill Messenger <apothemmusic at gmail.com> wrote:
>
> Error #1: UNADDRESSABLE ACCESS beyond heap bounds: reading
> 0x000002a77c94fbb8-0x000002a77c94fbbc 4 byte(s)
> # 0 replace_memmove
> [d:\drmemory_package\drmemory\replace.c:763]
> # 1 AudioDecoder::decodeFile
> [c:\users\billm\documents\my_files\code\ffmpegtest\ffmpegtest\audiodecoder.cpp:154]
That seems fairly unambiguous to me!
It's telling you you're reading 4 bytes beyond your allocation on line
154 of your file.
This is what you need to fix.
Cheers,
Rob
More information about the Libav-user
mailing list