> 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.
___
ffmpeg-devel mailing list
ffmpeg
On 11/15/17, Steven Liu wrote:
> Signed-off-by: Steven Liu
> ---
> libavformat/wavdec.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
NACK
FFABS is slower than fabs.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/
Signed-off-by: Steven Liu
---
libavformat/wavdec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/wavdec.c b/libavformat/wavdec.c
index b016185a1b..9f3e01e5b8 100644
--- a/libavformat/wavdec.c
+++ b/libavformat/wavdec.c
@@ -531,7 +531,7 @@ break_loop:
&&