Re: [FFmpeg-devel] [PATCH 2/2] swresample/x86: add support for exact_rational

2016-06-20 Thread Muhammad Faiz
On Mon, Jun 20, 2016 at 8:16 PM, Michael Niedermayer wrote: > On Thu, Jun 16, 2016 at 12:31:04AM +0700, Muhammad Faiz wrote: >> phase_shift and phase_mask is removed >> generally exact_rational=on is faster than exact_rational=off >> >> Signed-off-by: Muhammad Faiz

Re: [FFmpeg-devel] [PATCH 2/2] swresample/x86: add support for exact_rational

2016-06-20 Thread Michael Niedermayer
On Thu, Jun 16, 2016 at 12:31:04AM +0700, Muhammad Faiz wrote: > phase_shift and phase_mask is removed > generally exact_rational=on is faster than exact_rational=off > > Signed-off-by: Muhammad Faiz > --- > libswresample/resample.c | 2 - > libswresample/resample.h

[FFmpeg-devel] [PATCH 2/2] swresample/x86: add support for exact_rational

2016-06-15 Thread Muhammad Faiz
phase_shift and phase_mask is removed generally exact_rational=on is faster than exact_rational=off Signed-off-by: Muhammad Faiz --- libswresample/resample.c | 2 - libswresample/resample.h | 3 -- libswresample/x86/resample.asm| 87