Re: [FFmpeg-devel] [PATCH] swresample/swresample: do not reset tsf on swr_alloc_set_opts

2017-03-11 Thread Muhammad Faiz
On Sat, Mar 11, 2017 at 8:41 PM, Michael Niedermayer wrote: > On Fri, Mar 10, 2017 at 06:55:27AM +0700, Muhammad Faiz wrote: >> so tsf option in aresample will have effect >> >> Signed-off-by: Muhammad Faiz > > breaks fate > > TESTswr-resample-s32p-96000-44100 > stddev:1.54 PSNR: 92.56 MA

Re: [FFmpeg-devel] [PATCH] swresample/swresample: do not reset tsf on swr_alloc_set_opts

2017-03-11 Thread Michael Niedermayer
On Fri, Mar 10, 2017 at 06:55:27AM +0700, Muhammad Faiz wrote: > so tsf option in aresample will have effect > > Signed-off-by: Muhammad Faiz breaks fate TESTswr-resample-s32p-96000-44100 stddev:1.54 PSNR: 92.56 MAXDIFF: 116 bytes: 1152000/20480 stddev: |1.54 - 1.44| >= 0.1 Test s

[FFmpeg-devel] [PATCH] swresample/swresample: do not reset tsf on swr_alloc_set_opts

2017-03-09 Thread Muhammad Faiz
so tsf option in aresample will have effect Signed-off-by: Muhammad Faiz --- libswresample/swresample.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/libswresample/swresample.c b/libswresample/swresample.c index dea6139..f2e6600 100644 --- a/libswresample/swresample.c +++ b/libswresample