[FFmpeg-devel] [PATCH 1/2] swresample/soxr: fix invalid use of linear_interp

Muhammad Faiz mfcc64 at gmail.com
Sat Nov 26 00:55:03 EET 2016


On 11/25/16, Michael Niedermayer <michael at niedermayer.cc> wrote:
> On Fri, Nov 25, 2016 at 04:55:34PM +0700, Muhammad Faiz wrote:
>> give very bad quality for soxr resampler.
>> linear_interp is intended for  using linear interpolation
>> between filter bank so quality will be better.
>>
>> i guess this is misunderstood as 'do not use filter bank,
>> but directly interpolate linearly between samples'.
>>
>> Signed-off-by: Muhammad Faiz <mfcc64 at gmail.com>
>> ---
>>  libswresample/soxr_resample.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> probably ok

applied

thanks


More information about the ffmpeg-devel mailing list