]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/lpc.h
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavcodec / lpc.h
index 9db5dbac30323e963e022250ed27822364008933..c58e37c4bc42f0807ce6e2740d2fc3dc0b88ec8c 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.