diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-02-03 13:50:44 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-02-03 13:50:44 +0100 |
commit | cb573f7fbca15169382098ed315daf359ba981fc (patch) | |
tree | 2605feabd92d705fd7dfa93899b72d91a2a78c06 /libavcodec/x86/mpeg4qpel.asm | |
parent | 13eb9fcf5686142c8b43f6a540d0ea5e40dda651 (diff) | |
download | ffmpeg-cb573f7fbca15169382098ed315daf359ba981fc.tar.gz |
avcodec/x86: Add daniels copyright to the recent gcc->yasm convertions he did.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/x86/mpeg4qpel.asm')
-rw-r--r-- | libavcodec/x86/mpeg4qpel.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/x86/mpeg4qpel.asm b/libavcodec/x86/mpeg4qpel.asm index fe47bf302e..afbdf351c7 100644 --- a/libavcodec/x86/mpeg4qpel.asm +++ b/libavcodec/x86/mpeg4qpel.asm @@ -2,6 +2,7 @@ ;* mpeg4 qpel ;* Copyright (c) 2003 Michael Niedermayer <michaelni@gmx.at> ;* Copyright (c) 2008 Loren Merritt +;* Copyright (c) 2013 Daniel Kang ;* ;* This file is part of FFmpeg. ;* |