[FFmpeg-devel] [PATCH] lavc: prefer the mp3float decoder to the mp3 decoder

James Almer jamrial at gmail.com
Sun Apr 1 18:10:08 EEST 2018


On 3/31/2018 7:59 PM, Rostislav Pehlivanov wrote:
> On modern x86 systems its around 2x faster. For systems without
> FPUs it'll be slower, but our policy is to prefer floating point
> implementations and to let users decide what's best (or just not
> compile them on systems without FPUs).
> 
> Signed-off-by: Rostislav Pehlivanov <atomnuker at gmail.com>
> ---
>  libavcodec/allcodecs.c             |  6 +++---
>  tests/fate/gapless.mak             |  2 +-
>  tests/ref/fate/exif-image-embedded | 42 +++++++++++++++++++-------------------
>  3 files changed, 25 insertions(+), 25 deletions(-)

Regarding this, how about renaming them to follow the same naming scheme
as every other float/fixed pair decoder we have? Meaning mp3 for the
float version, and mp3_fixed for the fixed version.


More information about the ffmpeg-devel mailing list