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 | c77c5f6c9f5b771675341c6bdf0c009bcfb6c6d1 (patch) | |
tree | 7ee38781ff2ee4c88791fe0ec5281fd80a16405c | |
parent | 9da6e742f45adcf2947e59495c378a9087b85379 (diff) | |
download | ffmpeg-c77c5f6c9f5b771675341c6bdf0c009bcfb6c6d1.tar.gz |
libavcodec/bink.c: Fix duplicate words
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavcodec/bink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/bink.c b/libavcodec/bink.c index ce8dcb04c3..dec5f09c8c 100644 --- a/libavcodec/bink.c +++ b/libavcodec/bink.c @@ -143,7 +143,7 @@ enum BlockTypes { }; /** - * Initialize length length in all bundles. + * Initialize length in all bundles. * * @param c decoder context * @param width plane width |