]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - libavcodec/tiff.h
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavcodec / tiff.h
index c5687d7df65ecda86da79966e91bed057d1fc117..e53c6e85f3d902513155f8fe57bed5f85a9bc925 100644 (file)
 
 /**
  * TIFF tables
- * @file tiff.h
+ * @file libavcodec/tiff.h
  * @author Konstantin Shishkov
  */
-#ifndef FFMPEG_TIFF_H
-#define FFMPEG_TIFF_H
+#ifndef AVCODEC_TIFF_H
+#define AVCODEC_TIFF_H
 
 #include <stdint.h>
 
@@ -46,6 +46,8 @@ enum TiffTags{
     TIFF_PLANAR = 0x11C,
     TIFF_XPOS = 0x11E,
     TIFF_YPOS = 0x11F,
+    TIFF_T4OPTIONS = 0x124,
+    TIFF_T6OPTIONS,
     TIFF_RES_UNIT = 0x128,
     TIFF_SOFTWARE_NAME = 0x131,
     TIFF_PREDICTOR = 0x13D,
@@ -83,4 +85,4 @@ static const uint8_t type_sizes[6] = {
     0, 1, 100, 2, 4, 8
 };
 
-#endif /* FFMPEG_TIFF_H */
+#endif /* AVCODEC_TIFF_H */