diff options
author | Måns Rullgård <mans@mansr.com> | 2010-07-02 00:03:48 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-07-02 00:03:48 +0000 |
commit | 48966b02cb9caae7b51a16e8afcc9e69ccb25f2a (patch) | |
tree | c93f70197a4ea30486efa18b3d2aa48f1bc409e5 /libavcodec/qcelpdec.c | |
parent | 3c35da2f7f2f110a884ef44c380bf87370b1624a (diff) | |
download | ffmpeg-48966b02cb9caae7b51a16e8afcc9e69ccb25f2a.tar.gz |
Grammar fixes
Originally committed as revision 23961 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/qcelpdec.c')
-rw-r--r-- | libavcodec/qcelpdec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/qcelpdec.c b/libavcodec/qcelpdec.c index 4394ec472d..0441e1fcae 100644 --- a/libavcodec/qcelpdec.c +++ b/libavcodec/qcelpdec.c @@ -594,7 +594,7 @@ static void lspf2lpc(const float *lspf, float *lpc) } /** - * Interpolate LSP frequencies and computes LPC coefficients + * Interpolate LSP frequencies and compute LPC coefficients * for a given bitrate & pitch subframe. * * TIA/EIA/IS-733 2.4.3.3.4, 2.4.8.7.2 |