Commit 60db0620 authored by vitor's avatar vitor

Cosmetics: indent

Patch by Francesco Lavra (firstnamelastname@interfree.it)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23575 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 45bd5bdb
......@@ -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)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment