Re: [FFmpeg-devel] [PATCH] avcodec/arm/sbrdsp_neon: Use a free register instead of putting 2 things in one

2018-01-12 Thread Michael Niedermayer
On Fri, Jan 12, 2018 at 11:47:32AM -0800, Dale Curtis wrote: > lgtm, resolves the issue on our end. will apply thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Into a blind darkness they enter who follow after the Ignorance, they as if into a greater

Re: [FFmpeg-devel] [PATCH] avcodec/arm/sbrdsp_neon: Use a free register instead of putting 2 things in one

2018-01-12 Thread Dale Curtis
lgtm, resolves the issue on our end. - dale On Thu, Jan 11, 2018 at 1:47 PM, Michael Niedermayer wrote: > Fixes high pitched shriek > Fixes: 25420848_1478428308873746_4255813235963330560_n.mp4 > > Reported-by: Dale Curtis > Signed-off-by:

[FFmpeg-devel] [PATCH] avcodec/arm/sbrdsp_neon: Use a free register instead of putting 2 things in one

2018-01-11 Thread Michael Niedermayer
Fixes high pitched shriek Fixes: 25420848_1478428308873746_4255813235963330560_n.mp4 Reported-by: Dale Curtis Signed-off-by: Michael Niedermayer --- libavcodec/arm/sbrdsp_neon.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git