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