[FFmpeg-devel] [PATCH 11/11] avformat/wavdecuse FFABS to instead of fabs

Gregor Riepl onitake at gmail.com
Mon Nov 20 20:53:53 EET 2017


> FFABS is slower than fabs.

Not generally. That is highly dependent on compiler/flags/architecture.

In some cases, FFABS may actually be faster, in others maybe not.

The expected result would be on-par performance.


More information about the ffmpeg-devel mailing list