mirror of https://git.ffmpeg.org/ffmpeg.git
libavcodec/bink.c: Fix duplicate words
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
9da6e742f4
commit
c77c5f6c9f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue