[Ffmpeg-devel] bug in mpedgaudiodec.c
Vadim Lebedev
vadim
Wed Mar 14 17:25:50 CET 2007
Hello,
I believe that lines 406-408 in libavcodec/mpegaudiodec.c are wrong,
the call to llrint should be lrintf really....
I've a linker problem when cross compilening for ARM
The bug was introduced in rev 6290...
Thanks
Vadim
P.S. svn blame output
6290 michael expval_table[exponent][i&15]= llrint(f);
6290 michael if((i&15)==1)
6290 michael exp_table[exponent]= llrint(f);
6082 michael }
More information about the ffmpeg-devel
mailing list