[FFmpeg-devel] [PATCH] hevc/sao: use unaligned copy

Christophe Gisquet christophe.gisquet at gmail.com
Mon Mar 2 19:21:25 CET 2015


Such calls as "copy_CTB(dst - (left_pixels << sh), ..." may actually
use completely unaligned addresses, causing issues on platforms such
as ARM where 64bits copies have alignment requirements.

In such cases, AC_COPY64U should be use instead.

-- 
Christophe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-hevc-sao-use-unaligned-copy.patch
Type: text/x-patch
Size: 820 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150302/8ddbacf3/attachment.bin>


More information about the ffmpeg-devel mailing list