]> git.sesse.net Git - ffmpeg/commit
avutil/softfloat: Move av_sincos_sf() from header to c file
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 5 Jun 2015 11:30:54 +0000 (13:30 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 5 Jun 2015 11:42:05 +0000 (13:42 +0200)
commitd3585c53debe4563533def485c9eef876e538073
tree0eb1965263ab992d2aadf573fa573814de053d2d
parent19ed3e35a5cd188de69f3635f56d9e51c2f720d5
avutil/softfloat: Move av_sincos_sf() from header to c file

The function is quite big and trigonometric functions should not really
be used in speed critical code

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavutil/softfloat.c
libavutil/softfloat.h