mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
libavcodec/lpc.h: Fix duplicate words
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
e458fd6cf9
commit
1e6816dcda
@ -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
|
||||
* constraints: no alignment needed, but must have at
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user