[FFmpeg-cvslog] libavcodec/bink.c: Fix duplicate words

Michael Niedermayer git at videolan.org
Mon Aug 12 20:11:49 CEST 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon Aug 12 19:40:29 2013 +0200| [c77c5f6c9f5b771675341c6bdf0c009bcfb6c6d1] | committer: Michael Niedermayer

libavcodec/bink.c: Fix duplicate words

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c77c5f6c9f5b771675341c6bdf0c009bcfb6c6d1
---

 libavcodec/bink.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/bink.c b/libavcodec/bink.c
index ce8dcb0..dec5f09 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



More information about the ffmpeg-cvslog mailing list