You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Merge commit 'fe67f3fbb5f9f6a6b60f837f6bc5e087ac11f3bf'
* commit 'fe67f3fbb5f9f6a6b60f837f6bc5e087ac11f3bf': arm: cosmetics: Fix a misaligned asm operand Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -380,7 +380,7 @@ T .hword (78f - 0b) / 2
|
|||||||
|
|
||||||
.macro switch_on_iir_taps mask_minus1, shift_0, shift_8
|
.macro switch_on_iir_taps mask_minus1, shift_0, shift_8
|
||||||
A ldr pc, [pc, a4, LSL #2] // irorder is in range 0-4
|
A ldr pc, [pc, a4, LSL #2] // irorder is in range 0-4
|
||||||
T tbh [pc, a4, lsl #1]
|
T tbh [pc, a4, lsl #1]
|
||||||
0:
|
0:
|
||||||
A .word 0, 60f, 61f, 62f, 63f, 64f
|
A .word 0, 60f, 61f, 62f, 63f, 64f
|
||||||
T .hword (60f - 0b) / 2, (61f - 0b) / 2, (62f - 0b) / 2, (63f - 0b) / 2, (64f - 0b) / 2
|
T .hword (60f - 0b) / 2, (61f - 0b) / 2, (62f - 0b) / 2, (63f - 0b) / 2, (64f - 0b) / 2
|
||||||
|
Reference in New Issue
Block a user