Module: libav Branch: master Commit: f05b69a79fd6849a9f302909254bcc34d1870b65
Author: Kostya Shishkov <[email protected]> Committer: Kostya Shishkov <[email protected]> Date: Sun May 20 13:55:33 2012 +0200 fix typo in comment --- libavcodec/imc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libavcodec/imc.c b/libavcodec/imc.c index 2c9efb9..ea37139 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. * */ _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
