Commit 0a52bbdc authored by James Darnley's avatar James Darnley Committed by Michael Niedermayer

cvcodec/flacdsp_lpc_template: osmetic fix

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 54a51d38
......@@ -154,6 +154,6 @@ static void FUNC(flac_lpc_encode_c)(int32_t *res, const int32_t *smp, int len,
*
* The CONFIG_SMALL code above simplifies to this, in the case of SAMPLE_SIZE
* not being equal to 32 (at the present time that means for 16-bit audio). The
* code above does 2 samples per iteration. Commit bfdd5bc ( made all the way
* code above does 2 samples per iteration. Commit bfdd5bc (made all the way
* back in 2007) says that way is faster.
*/
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