]> git.sesse.net Git - ffmpeg/commit
avcodec: improve precission for cbrtf() emulation
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 15 Oct 2013 18:06:44 +0000 (20:06 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 15 Oct 2013 19:03:03 +0000 (21:03 +0200)
commit59352a07d856a67b81fe3480ac4644a92beac113
treee3ba1af18e69daf1f9842bf6df3de3736d9704a1
parente51692114354b8e460bf5c9f6def7089a6b969c0
avcodec: improve precission for cbrtf() emulation

cbrtf() took floats but it represented 1/3 exactly
and even if not more precission should be better in theory
for the table generation

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/cbrt_tablegen.h
libavcodec/mpegaudio_tablegen.h