Re: [FFmpeg-devel] [PATCH 1/2] swresample: fix phase_count calculation

2016-06-17 Thread Muhammad Faiz
On Fri, Jun 17, 2016 at 2:23 PM, Michael Niedermayer wrote: > On Fri, Jun 17, 2016 at 05:48:55AM +0700, Muhammad Faiz wrote: >> On Thu, Jun 16, 2016 at 10:03 PM, Michael Niedermayer >> wrote: >> > On Thu, Jun 16, 2016 at 12:31:03AM +0700, Muhammad

Re: [FFmpeg-devel] [PATCH 1/2] swresample: fix phase_count calculation

2016-06-17 Thread Michael Niedermayer
On Fri, Jun 17, 2016 at 05:48:55AM +0700, Muhammad Faiz wrote: > On Thu, Jun 16, 2016 at 10:03 PM, Michael Niedermayer > wrote: > > On Thu, Jun 16, 2016 at 12:31:03AM +0700, Muhammad Faiz wrote: > >> support odd phase_count > >> stick to low phase_count until

Re: [FFmpeg-devel] [PATCH 1/2] swresample: fix phase_count calculation

2016-06-16 Thread Muhammad Faiz
On Thu, Jun 16, 2016 at 10:03 PM, Michael Niedermayer wrote: > On Thu, Jun 16, 2016 at 12:31:03AM +0700, Muhammad Faiz wrote: >> support odd phase_count >> stick to low phase_count until set_compensation is called > > can you split these in 2 seperate patches ? > > > [...]

Re: [FFmpeg-devel] [PATCH 1/2] swresample: fix phase_count calculation

2016-06-16 Thread Michael Niedermayer
On Thu, Jun 16, 2016 at 12:31:03AM +0700, Muhammad Faiz wrote: > support odd phase_count > stick to low phase_count until set_compensation is called can you split these in 2 seperate patches ? [...] > @@ -382,6 +382,9 @@ static ResampleContext *resample_init(ResampleContext *c, > int out_rate,

[FFmpeg-devel] [PATCH 1/2] swresample: fix phase_count calculation

2016-06-15 Thread Muhammad Faiz
support odd phase_count stick to low phase_count until set_compensation is called Signed-off-by: Muhammad Faiz --- libswresample/resample.c | 83 +--- libswresample/resample.h | 1 + 2 files changed, 73 insertions(+), 11