diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-07-26 11:11:46 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-07-26 11:12:11 +0200 |
commit | 46ad2d9e446304e00f44760da5abd66f5117b4fa (patch) | |
tree | f41cbe98d569fc5801aef45ec87ef5541c22515c /libavcodec/wmavoice.c | |
parent | 5dc2c99055ae4a95336f28c58c8c8da4033979f1 (diff) | |
parent | 03039f4c8cdb4f8e5dc69905f3d73e2a531157e8 (diff) | |
download | ffmpeg-46ad2d9e446304e00f44760da5abd66f5117b4fa.tar.gz |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
miscellaneous typo fixes
Conflicts:
configure
libavformat/avisynth.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/wmavoice.c')
-rw-r--r-- | libavcodec/wmavoice.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/wmavoice.c b/libavcodec/wmavoice.c index ae1b70fd53..c0fd8233a4 100644 --- a/libavcodec/wmavoice.c +++ b/libavcodec/wmavoice.c @@ -618,7 +618,7 @@ static void calc_input_response(WMAVoiceContext *s, float *lpcs, } /* calculate the Hilbert transform of the gains, which we do (since this - * is a sinus input) by doing a phase shift (in theory, H(sin())=cos()). + * is a sine input) by doing a phase shift (in theory, H(sin())=cos()). * Hilbert_Transform(RDFT(x)) = Laplace_Transform(x), which calculates the * "moment" of the LPCs in this filter. */ s->dct.dct_calc(&s->dct, lpcs); |