diff options
author | James Darnley <james.darnley@gmail.com> | 2014-08-12 23:22:06 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-08-13 05:01:35 +0200 |
commit | 0a52bbdc3161cb2d0ff46da5d84be708054cf9e7 (patch) | |
tree | 5e67c9c7300954ef35441b085a7544fb9a9c5be4 /libavcodec/flacdsp_lpc_template.c | |
parent | 54a51d384055a771ba1eeef3c2f399bd03fa2663 (diff) | |
download | ffmpeg-0a52bbdc3161cb2d0ff46da5d84be708054cf9e7.tar.gz |
cvcodec/flacdsp_lpc_template: osmetic fix
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/flacdsp_lpc_template.c')
-rw-r--r-- | libavcodec/flacdsp_lpc_template.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/flacdsp_lpc_template.c b/libavcodec/flacdsp_lpc_template.c index acdac042b6..5d532e0673 100644 --- a/libavcodec/flacdsp_lpc_template.c +++ b/libavcodec/flacdsp_lpc_template.c @@ -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. */ |