Re: [FFmpeg-devel] [PATCH 2/3] Remove pointless if.

2014-09-06 Thread Michael Niedermayer
On Sat, Sep 06, 2014 at 09:25:50PM +0200, Reimar Döffinger wrote: > A branch to avoid some calculation seems unlikely to have any benefits. > > Signed-off-by: Reimar Döffinger > --- > libswresample/rematrix.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) LGTM [...] -- Michael

[FFmpeg-devel] [PATCH 2/3] Remove pointless if.

2014-09-06 Thread Reimar Döffinger
A branch to avoid some calculation seems unlikely to have any benefits. Signed-off-by: Reimar Döffinger --- libswresample/rematrix.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libswresample/rematrix.c b/libswresample/rematrix.c index 62662f8..5da3056 100644 --- a/libs