diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2010-12-29 17:45:26 +0000 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2010-12-29 17:45:26 +0000 |
commit | 83ff3f72e53de4f1d5f147d5806160fb4628e150 (patch) | |
tree | 9720c001e213c2cf6232431b5423a994b0d465e4 | |
parent | 725a3f9dfb0c0d4ccd2950bdd7d401dc47a8855c (diff) | |
download | ffmpeg-83ff3f72e53de4f1d5f147d5806160fb4628e150.tar.gz |
Add missing authors to copyright headers.
Originally committed as revision 26133 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/x86/h264_intrapred.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/x86/h264_intrapred.asm b/libavcodec/x86/h264_intrapred.asm index 5d7afc2812..4f7ba3738a 100644 --- a/libavcodec/x86/h264_intrapred.asm +++ b/libavcodec/x86/h264_intrapred.asm @@ -1,6 +1,9 @@ ;****************************************************************************** ;* H.264 intra prediction asm optimizations ;* Copyright (c) 2010 Jason Garrett-Glaser +;* Copyright (c) 2010 Holger Lubitz +;* Copyright (c) 2010 Loren Merritt +;* Copyright (c) 2010 Ronald S. Bultje ;* ;* This file is part of FFmpeg. ;* |