Mercurial > libavcodec.hg
diff lpc.c @ 12024:fdafbcef52f5 libavcodec
Fix grammar errors in documentation
| author | mru |
|---|---|
| date | Wed, 30 Jun 2010 15:38:06 +0000 |
| parents | 94595d0e617c |
| children | e59926e2c50c |
line wrap: on
line diff
--- a/lpc.c Wed Jun 30 09:33:59 2010 +0000 +++ b/lpc.c Wed Jun 30 15:38:06 2010 +0000 @@ -52,7 +52,7 @@ } /** - * Calculates autocorrelation data from audio samples + * Calculate autocorrelation data from audio samples * A Welch window function is applied before calculation. */ void ff_lpc_compute_autocorr(const int32_t *data, int len, int lag,
