summaryrefslogtreecommitdiff
path: root/libavcodec/targa.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/targa.h')
-rw-r--r--libavcodec/targa.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavcodec/targa.h b/libavcodec/targa.h
index 158a5ea0f4..2f2e3829dd 100644
--- a/libavcodec/targa.h
+++ b/libavcodec/targa.h
@@ -38,4 +38,9 @@ enum TargaCompr {
TGA_RLE = 8, // flag pointing that data is RLE-coded
};
+enum TargaFlags {
+ TGA_RIGHTTOLEFT = 0x10, // right-to-left (flipped horizontally)
+ TGA_TOPTOBOTTOM = 0x20, // top-to-bottom (NOT flipped vertically)
+};
+
#endif /* AVCODEC_TARGA_H */