1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-04 06:08:26 +02:00
FFmpeg/libswscale
Martin Storsjö 872790b1f9 swscale: aarch64: Avoid using the x18 register
The x18 is a reserved platform register on Darwin and Windows.

x8/w8 seems to be unused in this function though (and same about
x10 and x14), so there's really no reason to use x18 here - just change
the uses of x18/w18 into x8/w8 instead without any further rewrites.

Signed-off-by: Martin Storsjö <martin@martin.st>
2020-04-20 00:09:34 +03:00
..
2020-04-03 00:58:07 +02:00
2015-09-04 19:00:20 -03:00
2014-08-12 20:52:21 +02:00
2017-03-08 00:33:21 +01:00
2020-04-03 00:58:07 +02:00
2016-03-31 16:36:16 -03:00