diff options
author | Ganesh Ajjanagadde <gajjanagadde@gmail.com> | 2015-12-21 17:12:04 -0800 |
---|---|---|
committer | Ganesh Ajjanagadde <gajjanagadde@gmail.com> | 2015-12-23 09:22:59 -0800 |
commit | 520a5d33f0ea9f8838dbc7282470db700d248065 (patch) | |
tree | 4602726be342894896dbbe5af366ba3c05185ef0 /libavcodec | |
parent | a0ec4aebabe1f816cc69e20309981907ba5d1395 (diff) | |
download | ffmpeg-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 'libavcodec')
0 files changed, 0 insertions, 0 deletions