On Sat, Jun 25, 2016 at 12:58 AM, Bill Messenger <[email protected]> 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 _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
