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
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 +
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