Commit 805fbbef authored by Michael Niedermayer's avatar Michael Niedermayer

libavcodec/bintext.h: Fix duplicate words

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent c77c5f6c
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
#define AVCODEC_BINTEXT_H #define AVCODEC_BINTEXT_H
/* flag values passed between avformat and avcodec; /* 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. * for the BINTEXT and IDF decoders.
*/ */
#define BINTEXT_PALETTE 0x1 #define BINTEXT_PALETTE 0x1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment