summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2017-03-16 20:10:24 +0100
committerClément Bœsch <u@pkh.me>2017-03-16 20:10:47 +0100
commita4f5e79f7cefdf678cf49d0ac6d4ed13c446658a (patch)
treeb15987ae5c4d520d2bee5049f21bf588bee4b40f /libavcodec
parent1f7eb216b085cfd4f18f328182cabe3f89093edd (diff)
parent89466de4aeaf5e359489b81b8a9920a2bc7936d6 (diff)
Merge commit '89466de4aeaf5e359489b81b8a9920a2bc7936d6'
* commit '89466de4aeaf5e359489b81b8a9920a2bc7936d6': vp9/x86: rename vp9dsp to vp9mc File was already renamed, only the top description is updated. Merged-by: Clément Bœsch <u@pkh.me>
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/x86/vp9mc.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/vp9mc.asm b/libavcodec/x86/vp9mc.asm
index 9152ba541b..ad7570b904 100644
--- a/libavcodec/x86/vp9mc.asm
+++ b/libavcodec/x86/vp9mc.asm
@@ -1,5 +1,5 @@
;******************************************************************************
-;* VP9 MC SIMD optimizations
+;* VP9 motion compensation SIMD optimizations
;*
;* Copyright (c) 2013 Ronald S. Bultje <rsbultje gmail com>
;*