Re: [FFmpeg-devel] [PATCH] lavc/aarch64/simple_idct: fix idct_col4_top coefficient

2017-06-13 Thread Matthieu Bouron
On Tue, Jun 13, 2017 at 05:26:43PM +0200, Clément Bœsch wrote: > On Tue, Jun 13, 2017 at 05:24:21PM +0200, Matthieu Bouron wrote: > > Fixes regression introduced by 5d0b8b1ae307951310c7d9a8fa282fbca9b997cd. > > --- > > libavcodec/aarch64/simple_idct_neon.S | 2 +- > > 1 file changed, 1 insertion(+

Re: [FFmpeg-devel] [PATCH] lavc/aarch64/simple_idct: fix idct_col4_top coefficient

2017-06-13 Thread Clément Bœsch
On Tue, Jun 13, 2017 at 05:24:21PM +0200, Matthieu Bouron wrote: > Fixes regression introduced by 5d0b8b1ae307951310c7d9a8fa282fbca9b997cd. > --- > libavcodec/aarch64/simple_idct_neon.S | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/aarch64/simple_idct_neon.S

[FFmpeg-devel] [PATCH] lavc/aarch64/simple_idct: fix idct_col4_top coefficient

2017-06-13 Thread Matthieu Bouron
Fixes regression introduced by 5d0b8b1ae307951310c7d9a8fa282fbca9b997cd. --- libavcodec/aarch64/simple_idct_neon.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/aarch64/simple_idct_neon.S b/libavcodec/aarch64/simple_idct_neon.S index 92987985d2..5bd31e5be9 100644