[FFmpeg-cvslog] cvcodec/flacdsp_lpc_template: osmetic fix
James Darnley
git at videolan.org
Wed Aug 13 05:02:16 CEST 2014
ffmpeg | branch: master | James Darnley <james.darnley at gmail.com> | Tue Aug 12 23:22:06 2014 +0200| [0a52bbdc3161cb2d0ff46da5d84be708054cf9e7] | committer: Michael Niedermayer
cvcodec/flacdsp_lpc_template: osmetic fix
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0a52bbdc3161cb2d0ff46da5d84be708054cf9e7
---
libavcodec/flacdsp_lpc_template.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/flacdsp_lpc_template.c b/libavcodec/flacdsp_lpc_template.c
index acdac04..5d532e0 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.
*/
More information about the ffmpeg-cvslog
mailing list