diff options
Diffstat (limited to 'libavcodec/ra144.c')
-rw-r--r-- | libavcodec/ra144.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/ra144.c b/libavcodec/ra144.c index d49e0a0e8e..c528c3274a 100644 --- a/libavcodec/ra144.c +++ b/libavcodec/ra144.c @@ -1503,7 +1503,7 @@ const int16_t * const ff_lpc_refl_cb[10]={ }; void ff_add_wav(int16_t *dest, int n, int skip_first, int *m, const int16_t *s1, - const int8_t *s2, const int8_t *s3) + const int8_t *s2, const int8_t *s3) { int i; int v[3]; @@ -1579,7 +1579,7 @@ int ff_eval_refl(int *refl, const int16_t *coefs, AVCodecContext *avctx) /** * Evaluate the LPC filter coefficients from the reflection coefficients. - * Does the inverse of the eval_refl() function. + * Does the inverse of the ff_eval_refl() function. */ void ff_eval_coefs(int *coefs, const int *refl) { |