]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/lpc.h
flacdec: simplify sample buffer handling
[ffmpeg] / libavcodec / lpc.h
index 8cc2362e5b2fa5539d6d0e0c75ad3d2e21cbfaa3..1775374a40c96ae77c5c050f9d22211d79643f18 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/*
  * LPC utility code
  * Copyright (c) 2006  Justin Ruggles <justin.ruggles@gmail.com>
  *
@@ -67,7 +67,7 @@ typedef struct LPCContext {
      * Perform autocorrelation on input samples with delay of 0 to lag.
      * @param data  input samples.
      *              constraints: no alignment needed, but must have have at
-     *              least lag*sizeof(double) valid bytes preceeding it, and
+     *              least lag*sizeof(double) valid bytes preceding it, and
      *              size must be at least (len+1)*sizeof(double) if data is
      *              16-byte aligned or (len+2)*sizeof(double) if data is
      *              unaligned.