Re: [FFmpeg-devel] [PATCH] vp9: make "above" buffer pointer 32-byte aligned.

2015-03-21 Thread James Almer
On 21/03/15 4:36 PM, Ronald S. Bultje wrote: > --- > libavcodec/vp9.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/vp9.c b/libavcodec/vp9.c > index 77e98f5..a5e36f5 100644 > --- a/libavcodec/vp9.c > +++ b/libavcodec/vp9.c > @@ -2506,7 +2506,7 @@ static void

[FFmpeg-devel] [PATCH] vp9: make "above" buffer pointer 32-byte aligned.

2015-03-21 Thread Ronald S. Bultje
--- libavcodec/vp9.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/vp9.c b/libavcodec/vp9.c index 77e98f5..a5e36f5 100644 --- a/libavcodec/vp9.c +++ b/libavcodec/vp9.c @@ -2506,7 +2506,7 @@ static void intra_recon(AVCodecContext *ctx, ptrdiff_t y_off, ptrdiff_t uv