Re: [FFmpeg-devel] [PATCH 2/2] swresample: Add swr_build_matrix()

2016-09-27 Thread Michael Niedermayer
On Tue, Sep 27, 2016 at 10:03:35AM -0300, James Almer wrote: > On 9/27/2016 8:12 AM, Michael Niedermayer wrote: > > On Thu, Aug 18, 2016 at 02:03:56AM +0200, Michael Niedermayer wrote: > >> API and Doxy documentation is taken from avresample_build_matrix() > >> Fixes: Ticket5780 > >> > >> Signed-of

Re: [FFmpeg-devel] [PATCH 2/2] swresample: Add swr_build_matrix()

2016-09-27 Thread James Almer
On 9/27/2016 8:12 AM, Michael Niedermayer wrote: > On Thu, Aug 18, 2016 at 02:03:56AM +0200, Michael Niedermayer wrote: >> API and Doxy documentation is taken from avresample_build_matrix() >> Fixes: Ticket5780 >> >> Signed-off-by: Michael Niedermayer >> --- >> libswresample/rematrix.c | 157 >

Re: [FFmpeg-devel] [PATCH 2/2] swresample: Add swr_build_matrix()

2016-09-27 Thread Michael Niedermayer
On Thu, Aug 18, 2016 at 02:03:56AM +0200, Michael Niedermayer wrote: > API and Doxy documentation is taken from avresample_build_matrix() > Fixes: Ticket5780 > > Signed-off-by: Michael Niedermayer > --- > libswresample/rematrix.c | 157 > + > libswr

[FFmpeg-devel] [PATCH 2/2] swresample: Add swr_build_matrix()

2016-08-18 Thread Michael Niedermayer
API and Doxy documentation is taken from avresample_build_matrix() Fixes: Ticket5780 Signed-off-by: Michael Niedermayer --- libswresample/rematrix.c | 157 + libswresample/swresample.h | 31 + 2 files changed, 117 insertions(+), 71 deletions