Re: [FFmpeg-devel] [PATCH] swresample/resample: add force_comp argument

2016-11-23 Thread Muhammad Faiz
On 11/24/16, Muhammad Faiz wrote: > On 11/23/16, Michael Niedermayer wrote: >> On Mon, Nov 21, 2016 at 02:21:07AM +0700, Muhammad Faiz wrote: >>> On 11/21/16, Michael Niedermayer wrote: >>> > On Sun, Nov 20, 2016 at 03:56:28PM +0700, Muhammad Faiz wrote: >>> >> this allow to use phase_count_comp

Re: [FFmpeg-devel] [PATCH] swresample/resample: add force_comp argument

2016-11-23 Thread Muhammad Faiz
On 11/23/16, Michael Niedermayer wrote: > On Mon, Nov 21, 2016 at 02:21:07AM +0700, Muhammad Faiz wrote: >> On 11/21/16, Michael Niedermayer wrote: >> > On Sun, Nov 20, 2016 at 03:56:28PM +0700, Muhammad Faiz wrote: >> >> this allow to use phase_count_compensation on init (rather than >> >> rebui

Re: [FFmpeg-devel] [PATCH] swresample/resample: add force_comp argument

2016-11-23 Thread Michael Niedermayer
On Mon, Nov 21, 2016 at 02:21:07AM +0700, Muhammad Faiz wrote: > On 11/21/16, Michael Niedermayer wrote: > > On Sun, Nov 20, 2016 at 03:56:28PM +0700, Muhammad Faiz wrote: > >> this allow to use phase_count_compensation on init (rather than > >> rebuild on swr_set_compensation) when options sugges

Re: [FFmpeg-devel] [PATCH] swresample/resample: add force_comp argument

2016-11-20 Thread Muhammad Faiz
On 11/21/16, Michael Niedermayer wrote: > On Sun, Nov 20, 2016 at 03:56:28PM +0700, Muhammad Faiz wrote: >> this allow to use phase_count_compensation on init (rather than >> rebuild on swr_set_compensation) when options suggest that >> soft compensation is enabled >> >> Signed-off-by: Muhammad Fa

Re: [FFmpeg-devel] [PATCH] swresample/resample: add force_comp argument

2016-11-20 Thread Michael Niedermayer
On Sun, Nov 20, 2016 at 03:56:28PM +0700, Muhammad Faiz wrote: > this allow to use phase_count_compensation on init (rather than > rebuild on swr_set_compensation) when options suggest that > soft compensation is enabled > > Signed-off-by: Muhammad Faiz > --- > libswresample/resample.c

[FFmpeg-devel] [PATCH] swresample/resample: add force_comp argument

2016-11-20 Thread Muhammad Faiz
this allow to use phase_count_compensation on init (rather than rebuild on swr_set_compensation) when options suggest that soft compensation is enabled Signed-off-by: Muhammad Faiz --- libswresample/resample.c| 4 +++- libswresample/soxr_resample.c | 2 +- libswresample/swresam