diff options
author | Martin Storsjö <martin@martin.st> | 2017-01-10 00:15:19 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2017-01-14 21:13:43 +0100 |
commit | 0ba0187535498b34d23aa73196f0ed2414dfa15c (patch) | |
tree | fc3ef7e0590b6d048b5080b45550cf68dd4a3a57 | |
parent | 02cfb9a16e6fdfabea7095c0cf327e8244477ad7 (diff) | |
download | ffmpeg-0ba0187535498b34d23aa73196f0ed2414dfa15c.tar.gz |
aarch64: vp9mc: Fix a comment to refer to a register with the right name
This is cherrypicked from libav commit
85ad5ea72ce3983947a3b07e4b35c66cb16dfaba.
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | libavcodec/aarch64/vp9mc_neon.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/aarch64/vp9mc_neon.S b/libavcodec/aarch64/vp9mc_neon.S index 69dad6dd76..80d1d238d6 100644 --- a/libavcodec/aarch64/vp9mc_neon.S +++ b/libavcodec/aarch64/vp9mc_neon.S @@ -250,7 +250,7 @@ function \type\()_8tap_\size\()h_\idx1\idx2 .if \size >= 16 sub x1, x1, x5 .endif - // size >= 16 loads two qwords and increments r2, + // size >= 16 loads two qwords and increments x2, // for size 4/8 it's enough with one qword and no // postincrement .if \size >= 16 |