Re: [libav-devel] [PATCH 1/3] xtea: Factorize testing into a separate function

2012-10-03 Thread Luca Barbato
On 10/03/2012 03:13 PM, Martin Storsjö wrote: Seems ok to me. ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

Re: [libav-devel] [PATCH 1/3] xtea: Factorize testing into a separate function

2012-10-03 Thread Martin Storsjö
On Wed, 3 Oct 2012, Måns Rullgård wrote: Martin Storsjö writes: On Wed, 3 Oct 2012, Måns Rullgård wrote: Martin Storsjö writes: From: Michael Niedermayer This is not true. It's a touched up version of a patch by him and I don't mind keeping that authorship. I call it a rewrite.

Re: [libav-devel] [PATCH 1/3] xtea: Factorize testing into a separate function

2012-10-03 Thread Måns Rullgård
Martin Storsjö writes: > On Wed, 3 Oct 2012, Måns Rullgård wrote: > >> Martin Storsjö writes: >> >>> From: Michael Niedermayer >> >> This is not true. > > It's a touched up version of a patch by him and I don't mind keeping > that authorship. I call it a rewrite. -- Måns Rullgård m...@mansr.

Re: [libav-devel] [PATCH 1/3] xtea: Factorize testing into a separate function

2012-10-03 Thread Martin Storsjö
On Wed, 3 Oct 2012, Måns Rullgård wrote: Martin Storsjö writes: From: Michael Niedermayer This is not true. It's a touched up version of a patch by him and I don't mind keeping that authorship. // Martin___ libav-devel mailing list libav-dev

Re: [libav-devel] [PATCH 1/3] xtea: Factorize testing into a separate function

2012-10-03 Thread Måns Rullgård
Martin Storsjö writes: > From: Michael Niedermayer This is not true. > --- > libavutil/xtea.c | 32 +--- > 1 file changed, 21 insertions(+), 11 deletions(-) > > diff --git a/libavutil/xtea.c b/libavutil/xtea.c > index 7c3a14c..11ae266 100644 > --- a/libavutil/xte

[libav-devel] [PATCH 1/3] xtea: Factorize testing into a separate function

2012-10-03 Thread Martin Storsjö
From: Michael Niedermayer --- libavutil/xtea.c | 32 +--- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/libavutil/xtea.c b/libavutil/xtea.c index 7c3a14c..11ae266 100644 --- a/libavutil/xtea.c +++ b/libavutil/xtea.c @@ -139,6 +139,25 @@ static cons