[FFmpeg-devel] Crash in make test after compiling with icc

Carl Eugen Hoyos cehoyos
Sun Feb 10 01:22:38 CET 2008


Hi!

Michael Niedermayer <michaelni <at> gmx.at> writes:

> > > > After compiling with icc, make test fails with a crash when testing
> > > > ffv1. Backtrace attached.
> > > 
> > > Does this also happen with all optimizations disabled?
> > 
> > I fear so (compiled with -O0, except for files that need -O1 to compile or
link):
> 
> argh :(
> 
> try to replace
> int_fast16_t sample_buffer[2][w+6];
> by
> int_fast16_t sample_buffer[2][352+6];

This fixes the ffv1 regression test (even if compiled with -O3).

Carl Eugen






More information about the ffmpeg-devel mailing list