Browse Source

aarch64: vp8: Fix a typo in a comment

Signed-off-by: Martin Storsjö <martin@martin.st>
tags/n4.2
Martin Storsjö 7 years ago
parent
commit
c513fcd7d2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/aarch64/vp8dsp_neon.S

+ 1
- 1
libavcodec/aarch64/vp8dsp_neon.S View File

@@ -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


Loading…
Cancel
Save