diff options
author | Christophe Gisquet <christophe.gisquet@gmail.com> | 2014-06-14 21:55:08 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-06-15 12:11:46 +0200 |
commit | 56a795e34fb7c01893c7ace82333093e89e1fd76 (patch) | |
tree | 1acaf0aa0580e6183807d7bc08b85c8fa68b1c9c /libavcodec/aandcttab.c | |
parent | 73d820ee1eb0ab5b7d4b75d8f14a31ae9c3c11db (diff) | |
download | ffmpeg-56a795e34fb7c01893c7ace82333093e89e1fd76.tar.gz |
aandcttab: fix spelling
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/aandcttab.c')
-rw-r--r-- | libavcodec/aandcttab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/aandcttab.c b/libavcodec/aandcttab.c index 87c50b37cf..97013d2b52 100644 --- a/libavcodec/aandcttab.c +++ b/libavcodec/aandcttab.c @@ -18,7 +18,7 @@ /** * @file - * AAN (Arai Agui Aakajima) (I)DCT tables + * AAN (Arai, Agui and Nakajima) (I)DCT tables */ #include <stdint.h> |