summaryrefslogtreecommitdiffstats
path: root/libavutil/libm.h
diff options
context:
space:
mode:
authorGanesh Ajjanagadde <gajjanagadde@gmail.com>2015-12-21 17:12:04 -0800
committerGanesh Ajjanagadde <gajjanagadde@gmail.com>2015-12-23 09:22:59 -0800
commit520a5d33f0ea9f8838dbc7282470db700d248065 (patch)
tree4602726be342894896dbbe5af366ba3c05185ef0 /libavutil/libm.h
parenta0ec4aebabe1f816cc69e20309981907ba5d1395 (diff)
downloadffmpeg-streaming-520a5d33f0ea9f8838dbc7282470db700d248065.zip
ffmpeg-streaming-520a5d33f0ea9f8838dbc7282470db700d248065.tar.gz
lavfi/af_aemphasis: remove unnecessary complex number usage
complex is not available on all platforms. Furthermore, it is trivial to rewrite complex number expressions to real arithmetic, and in fact sometimes advantageous for performance reasons: by wrapping as a complex, one forces a particular Cartesian representation that is not necessarily optimal for the purpose. Configure dependencies also removed, and aemphasis is now available across all platforms. Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
Diffstat (limited to 'libavutil/libm.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud