summaryrefslogtreecommitdiffstats
path: root/libavcodec/aarch64
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2019-01-31 23:36:15 +0200
committerMartin Storsjö <martin@martin.st>2019-02-19 11:46:00 +0200
commitc513fcd7d235aa4cef45a6c3125bd4dcc03bf276 (patch)
treeb7562d9ce6f16dad0fadb5b55fc46ac7c0fe9131 /libavcodec/aarch64
parentf1011ea28a4048ddec97794ca3e9901474fe055f (diff)
downloadffmpeg-streaming-c513fcd7d235aa4cef45a6c3125bd4dcc03bf276.zip
ffmpeg-streaming-c513fcd7d235aa4cef45a6c3125bd4dcc03bf276.tar.gz
aarch64: vp8: Fix a typo in a comment
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/aarch64')
-rw-r--r--libavcodec/aarch64/vp8dsp_neon.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/aarch64/vp8dsp_neon.S b/libavcodec/aarch64/vp8dsp_neon.S
index c19ab0d..2b5b049 100644
--- a/libavcodec/aarch64/vp8dsp_neon.S
+++ b/libavcodec/aarch64/vp8dsp_neon.S
@@ -743,7 +743,7 @@ endfunc
// note: worst case sum of all 6-tap filter values * 255 is 0x7f80 so 16 bit
-// arithmatic can be used to apply filters
+// arithmetic can be used to apply filters
const subpel_filters, align=4
.short 0, 6, 123, 12, 1, 0, 0, 0
.short 2, 11, 108, 36, 8, 1, 0, 0
OpenPOWER on IntegriCloud