Re: [FFmpeg-devel] [PATCH] swresample: slightly nicer debug output for auto matrix

2015-10-15 Thread wm4
On Thu, 15 Oct 2015 19:50:13 +0200 Michael Niedermayer wrote: > On Thu, Oct 15, 2015 at 07:07:48PM +0200, wm4 wrote: > > This is the matrix that will be used for up/downmixing. > > --- > > libswresample/rematrix.c | 9 +++-- > > 1 file changed, 7 insertions(+), 2 deletions(-) > > LGTM > >

Re: [FFmpeg-devel] [PATCH] swresample: slightly nicer debug output for auto matrix

2015-10-15 Thread Michael Niedermayer
On Thu, Oct 15, 2015 at 07:07:48PM +0200, wm4 wrote: > This is the matrix that will be used for up/downmixing. > --- > libswresample/rematrix.c | 9 +++-- > 1 file changed, 7 insertions(+), 2 deletions(-) LGTM thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC7870

[FFmpeg-devel] [PATCH] swresample: slightly nicer debug output for auto matrix

2015-10-15 Thread wm4
This is the matrix that will be used for up/downmixing. --- libswresample/rematrix.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/libswresample/rematrix.c b/libswresample/rematrix.c index 54ebb96..932088f 100644 --- a/libswresample/rematrix.c +++ b/libswresample/rem