diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-08-12 19:40:29 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-08-12 19:40:29 +0200 |
commit | 1e6816dcda7fbd8f098fa8abc32a345472f04b74 (patch) | |
tree | 14a1bb1967bef0da352c00ead66979f6909702bf /libavcodec/lpc.h | |
parent | e458fd6cf9ca5f8f6876b96712a2c50532241cb1 (diff) | |
download | ffmpeg-1e6816dcda7fbd8f098fa8abc32a345472f04b74.tar.gz |
libavcodec/lpc.h: Fix duplicate words
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/lpc.h')
-rw-r--r-- | libavcodec/lpc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/lpc.h b/libavcodec/lpc.h index 8fa56adbed..c323230b19 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 + * 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 |