diff options
author | Robert Swain <robert.swain@gmail.com> | 2008-07-12 09:48:19 +0000 |
---|---|---|
committer | Robert Swain <robert.swain@gmail.com> | 2008-07-12 09:48:19 +0000 |
commit | 848eab4e0a68687c36fca4c2d6860f13094347aa (patch) | |
tree | 33365cd53bf9382ad206f186a86d4397c18d6c02 /libavcodec/lsp.h | |
parent | 8884b918984bfe8d72a43a087dd14fce1cdf2a2b (diff) | |
download | ffmpeg-848eab4e0a68687c36fca4c2d6860f13094347aa.tar.gz |
Correct a couple of typos
Originally committed as revision 14176 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/lsp.h')
-rw-r--r-- | libavcodec/lsp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/lsp.h b/libavcodec/lsp.h index fca0136a39..d4bc4957db 100644 --- a/libavcodec/lsp.h +++ b/libavcodec/lsp.h @@ -37,7 +37,7 @@ * \param lsfq_max maximum allowed LSF value * \param lp_order LP filter order */ -void ff_acelp_reorder_lsf(int16_t* lsfq, int lsfq_min_distance, int lsqf_min, int lsfq_max, int lp_order); +void ff_acelp_reorder_lsf(int16_t* lsfq, int lsfq_min_distance, int lsfq_min, int lsfq_max, int lp_order); /** * \brief Convert LSF to LSP |