[FFmpeg-cvslog] Merge commit 'c513fcd7d235aa4cef45a6c3125bd4dcc03bf276'
James Almer
git at videolan.org
Thu Mar 14 21:16:09 EET 2019
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Thu Mar 14 16:13:32 2019 -0300| [39278ff0de5b5e3397c22538978bffbb38ee099b] | committer: James Almer
Merge commit 'c513fcd7d235aa4cef45a6c3125bd4dcc03bf276'
* commit 'c513fcd7d235aa4cef45a6c3125bd4dcc03bf276':
aarch64: vp8: Fix a typo in a comment
Merged-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=39278ff0de5b5e3397c22538978bffbb38ee099b
---
libavcodec/aarch64/vp8dsp_neon.S | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/aarch64/vp8dsp_neon.S b/libavcodec/aarch64/vp8dsp_neon.S
index bc06ccb57b..25faa65324 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
======================================================================
More information about the ffmpeg-cvslog
mailing list