Re: [FFmpeg-devel] [PATCH v2] checkasm: Fix the function name sorting algorithm

2015-09-28 Thread Henrik Gramner
On Mon, Sep 28, 2015 at 3:48 AM, Michael Niedermayer wrote: > LGTM Thanks, applied. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH v2] checkasm: Fix the function name sorting algorithm

2015-09-27 Thread Michael Niedermayer
On Sun, Sep 27, 2015 at 07:55:06PM +0200, Henrik Gramner wrote: > The previous implementation was behaving incorrectly in some corner cases. > --- > The first version of this patch didn't take care of all possible corner cases, > but I believe this one does. > --- > tests/checkasm/checkasm.c | 8 +

[FFmpeg-devel] [PATCH v2] checkasm: Fix the function name sorting algorithm

2015-09-27 Thread Henrik Gramner
The previous implementation was behaving incorrectly in some corner cases. --- The first version of this patch didn't take care of all possible corner cases, but I believe this one does. --- tests/checkasm/checkasm.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tests