]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/flacdsp_lpc_template.c
Do not print a useless error number if mov header reading fails.
[ffmpeg] / libavcodec / flacdsp_lpc_template.c
index acdac042b6e49ad05c5c1741dab6a99eabf08cf3..5d532e06732760cb94425a822dc4995867e8c237 100644 (file)
@@ -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.
  */