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 | 805fbbefb3a8e438f3a734413f9e9e7ee12e09b2 (patch) | |
tree | dfccfebcee49b70c8873409d304a855838a861ec | |
parent | c77c5f6c9f5b771675341c6bdf0c009bcfb6c6d1 (diff) | |
download | ffmpeg-805fbbefb3a8e438f3a734413f9e9e7ee12e09b2.tar.gz |
libavcodec/bintext.h: Fix duplicate words
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavcodec/bintext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/bintext.h b/libavcodec/bintext.h index ea834a00e3..21428ba476 100644 --- a/libavcodec/bintext.h +++ b/libavcodec/bintext.h @@ -28,7 +28,7 @@ #define AVCODEC_BINTEXT_H /* flag values passed between avformat and avcodec; - * while these are identical to the XBIN flags, they are are also used + * while these are identical to the XBIN flags, they are also used * for the BINTEXT and IDF decoders. */ #define BINTEXT_PALETTE 0x1 |