aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-08-12 19:40:29 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-08-12 19:40:29 +0200
commit9da6e742f45adcf2947e59495c378a9087b85379 (patch)
treef00ddc9ea64df7699cab8360ec686f7c2c356db2
parentf10462377d93a55600b8301a25f99d954a879437 (diff)
downloadffmpeg-9da6e742f45adcf2947e59495c378a9087b85379.tar.gz
libavcodec/avcodec.h: Fix duplicate words
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r--libavcodec/avcodec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 6b37b8380f..e4c97cca5d 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -4834,7 +4834,7 @@ void av_fast_malloc(void *ptr, unsigned int *size, size_t min_size);
/**
* Same behaviour av_fast_malloc but the buffer has additional
- * FF_INPUT_BUFFER_PADDING_SIZE at the end which will will always be 0.
+ * FF_INPUT_BUFFER_PADDING_SIZE at the end which will always be 0.
*
* In addition the whole buffer will initially and after resizes
* be 0-initialized so that no uninitialized data will ever appear.