diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2014-12-27 14:55:04 -0500 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2014-12-27 16:55:16 -0500 |
commit | 3aefca68cae603aac77a826de20d94ce24c7ec8f (patch) | |
tree | 44cc63f44e892bf20356d45779db6228fbaa9e2e | |
parent | afd8c464b7eaa79b902079be295763469eecbb46 (diff) | |
download | ffmpeg-3aefca68cae603aac77a826de20d94ce24c7ec8f.tar.gz |
vp9/x86: add myself to copyright holders for loopfilter assembly.
-rw-r--r-- | libavcodec/x86/vp9lpf.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/x86/vp9lpf.asm b/libavcodec/x86/vp9lpf.asm index b5f8c0d46d..2c4fe214da 100644 --- a/libavcodec/x86/vp9lpf.asm +++ b/libavcodec/x86/vp9lpf.asm @@ -2,6 +2,7 @@ ;* VP9 loop filter SIMD optimizations ;* ;* Copyright (C) 2013-2014 Clément Bœsch <u pkh me> +;* Copyright (C) 2014 Ronald S. Bultje <rsbultje@gmail.com> ;* ;* This file is part of FFmpeg. ;* |