]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/tiff.h
Rewrite doxy for av_strtod().
[ffmpeg] / libavcodec / tiff.h
index 1c515927a55fe9ae3b515b5235fe5001da9559c1..e53c6e85f3d902513155f8fe57bed5f85a9bc925 100644 (file)
@@ -21,7 +21,7 @@
 
 /**
  * TIFF tables
- * @file tiff.h
+ * @file libavcodec/tiff.h
  * @author Konstantin Shishkov
  */
 #ifndef AVCODEC_TIFF_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,