diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2012-05-20 13:55:33 +0200 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2012-05-20 14:15:14 +0200 |
commit | f05b69a79fd6849a9f302909254bcc34d1870b65 (patch) | |
tree | ad031b2d824a2bccd09d8b9ac544064a40fe8f52 /libavcodec/imc.c | |
parent | 4852cb37ce25e9251bb526ff75afdb90f16812c9 (diff) | |
download | ffmpeg-f05b69a79fd6849a9f302909254bcc34d1870b65.tar.gz |
fix typo in comment
Diffstat (limited to 'libavcodec/imc.c')
-rw-r--r-- | libavcodec/imc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/imc.c b/libavcodec/imc.c index 2c9efb9b12..ea37139139 100644 --- a/libavcodec/imc.c +++ b/libavcodec/imc.c @@ -25,7 +25,7 @@ * @file * IMC - Intel Music Coder * A mdct based codec using a 256 points large transform - * divied into 32 bands with some mix of scale factors. + * divided into 32 bands with some mix of scale factors. * Only mono is supported. * */ |