X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Flpc.h;h=8b70a9d5d757cefc0916f4f53c0bfeffd524ed82;hb=e098fba5d9c9d52aaddd83e63dd910ff20b841d2;hp=9db5dbac30323e963e022250ed27822364008933;hpb=bd4ebbbbed47761df65dd574dce6d3c56d29e2e7;p=ffmpeg diff --git a/libavcodec/lpc.h b/libavcodec/lpc.h index 9db5dbac303..8b70a9d5d75 100644 --- a/libavcodec/lpc.h +++ b/libavcodec/lpc.h @@ -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.