Yuri Oleynikov (יורי אולייניקוב <yurkao@...> writes: > 0x7692a06e in msvcrt!memmove () from C:\Windows\syswow64\msvcrt.dll > (gdb) bt > > #0 0x7692a06e in msvcrt!memmove () from C:\Windows\syswow64\msvcrt.dll > #1 0x7692a00b in msvcrt!memmove () from C:\Windows\syswow64\msvcrt.dll > > #2 0x5d282c0f in avcodec-55!av_parser_close () > from C:\Users\devel\Documents\Visual Studio 2010\ > Projects\avconv\Debug\avcodec-55.dll > #3 0x00168940 in ?? () > > Backtrace stopped: previous frame inner to this frame (corrupt stack?)
If you use shared libraries, you will need --disable-stripping (and maybe --disable-optimizations) to produce a useful backtrace. Carl Eugen _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
