summaryrefslogtreecommitdiffstats
path: root/libavcodec/aarch64
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2019-03-14 16:13:32 -0300
committerJames Almer <jamrial@gmail.com>2019-03-14 16:13:32 -0300
commit39278ff0de5b5e3397c22538978bffbb38ee099b (patch)
tree5b39f71bb85af912f6b8bfeda49263baccc74c78 /libavcodec/aarch64
parent4f9a8d3fe2f9485ee08848d336ee96f15ec0e7e6 (diff)
parentc513fcd7d235aa4cef45a6c3125bd4dcc03bf276 (diff)
downloadffmpeg-streaming-39278ff0de5b5e3397c22538978bffbb38ee099b.zip
ffmpeg-streaming-39278ff0de5b5e3397c22538978bffbb38ee099b.tar.gz
Merge commit 'c513fcd7d235aa4cef45a6c3125bd4dcc03bf276'
* commit 'c513fcd7d235aa4cef45a6c3125bd4dcc03bf276': aarch64: vp8: Fix a typo in a comment Merged-by: James Almer <jamrial@gmail.com>
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 bc06ccb..25faa65 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