diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-07-04 21:12:01 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-07-04 23:23:09 +0200 |
commit | 0713c38ea3d735e9f0d77ca7d53c58e05eff0777 (patch) | |
tree | fae1a14731c7aeef69d8f90488bcbb4b7d9577df /libavutil/xtea.h | |
parent | 039e9fe01ca27606a0ec1a944d51041541e10aab (diff) | |
download | ffmpeg-0713c38ea3d735e9f0d77ca7d53c58e05eff0777.tar.gz |
xtea.h: include author attribution
Reviewed-by: Clément Bœsch <ubitux@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/xtea.h')
-rw-r--r-- | libavutil/xtea.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/xtea.h b/libavutil/xtea.h index 76f7b90b5b..17fb47ac05 100644 --- a/libavutil/xtea.h +++ b/libavutil/xtea.h @@ -1,5 +1,6 @@ /* * A 32-bit implementation of the XTEA algorithm + * Copyright (c) 2012 Samuel Pitoiset * * This file is part of FFmpeg. * |