]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/tiff.h
AAC: Unswitch loop over window groups in decode_spectrum_and_dequant()
[ffmpeg] / libavcodec / tiff.h
index dfabe291db10b20c1e37bf9d853974b98e807161..17c65b921c3f673ae27b81fb12c28248e5eb9f99 100644 (file)
@@ -21,7 +21,7 @@
 
 /**
  * TIFF tables
- * @file tiff.h
+ * @file libavcodec/tiff.h
  * @author Konstantin Shishkov
  */
 #ifndef AVCODEC_TIFF_H
@@ -37,6 +37,7 @@ enum TiffTags{
     TIFF_BPP,
     TIFF_COMPR,
     TIFF_INVERT = 0x106,
+    TIFF_FILL_ORDER = 0x10A,
     TIFF_STRIP_OFFS = 0x111,
     TIFF_SAMPLES_PER_PIXEL = 0x115,
     TIFF_ROWSPERSTRIP = 0x116,