summaryrefslogtreecommitdiff
path: root/libavcodec/targa.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/targa.h')
-rw-r--r--libavcodec/targa.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/targa.h b/libavcodec/targa.h
index 2f2e3829dd..c2f522465b 100644
--- a/libavcodec/targa.h
+++ b/libavcodec/targa.h
@@ -41,6 +41,8 @@ enum TargaCompr {
enum TargaFlags {
TGA_RIGHTTOLEFT = 0x10, // right-to-left (flipped horizontally)
TGA_TOPTOBOTTOM = 0x20, // top-to-bottom (NOT flipped vertically)
+ TGA_INTERLEAVE2 = 0x40, // 2-way interleave, odd then even lines
+ TGA_INTERLEAVE4 = 0x80, // 4-way interleave
};
#endif /* AVCODEC_TARGA_H */