This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
aarch64: vp9lpf: Fix broken indentation/vertical alignment
Signed-off-by: Martin Storsjö <martin@martin.st>
tags/n3.4
Martin Storsjö
9 years ago
parent
b0806088d3
commit
07b5136c48
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
libavcodec/aarch64/vp9lpf_neon.S
+ 2
- 2
libavcodec/aarch64/vp9lpf_neon.S
View File
@@ -417,7 +417,7 @@
mov x5, v2.d[0]
.ifc \sz, .16b
mov x6, v2.d[1]
adds
x5, x5, x6
adds x5, x5, x6
b.ne 1f
.else
cbnz x5, 1f
@@ -430,7 +430,7 @@
mov x5, v7.d[0]
.ifc \sz, .16b
mov x6, v7.d[1]
adds
x5, x5, x6
adds x5, x5, x6
b.ne 1f
.else
cbnz x5, 1f
Write
Preview
Loading…
Cancel
Save