Re: [FFmpeg-devel] [PATCH 2/2] dstdec: use appropriate alignment

2018-12-22 Thread Michael Niedermayer
On Fri, Dec 21, 2018 at 01:34:19PM +1100, Peter Ross wrote: > this was a typo in my original patch. there is no requirement for 64-byte > alignment here, and it does not affect decoder performance. > --- > libavcodec/dstdec.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) LGTM thx

[FFmpeg-devel] [PATCH 2/2] dstdec: use appropriate alignment

2018-12-20 Thread Peter Ross
this was a typo in my original patch. there is no requirement for 64-byte alignment here, and it does not affect decoder performance. --- libavcodec/dstdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/dstdec.c b/libavcodec/dstdec.c index 368cb64931..511861f4d2