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 | |
parent | 73d820ee1eb0ab5b7d4b75d8f14a31ae9c3c11db (diff) | |
download | ffmpeg-56a795e34fb7c01893c7ace82333093e89e1fd76.tar.gz |
aandcttab: fix spelling
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavcodec/aandcttab.c | 2 | ||||
-rw-r--r-- | libavcodec/aandcttab.h | 2 |
2 files changed, 2 insertions, 2 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> diff --git a/libavcodec/aandcttab.h b/libavcodec/aandcttab.h index d774828a4d..b0a2f44ecd 100644 --- a/libavcodec/aandcttab.h +++ b/libavcodec/aandcttab.h @@ -18,7 +18,7 @@ /** * @file - * AAN (Arai Agui Nakajima) (I)DCT tables + * AAN (Arai, Agui and Nakajima) (I)DCT tables */ #ifndef AVCODEC_AANDCTTAB_H |