]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/media/platform/vicodec/codec-fwht.h
media: vicodec: Add a flag for I-frames in fwht header
[linux.git] / drivers / media / platform / vicodec / codec-fwht.h
index 60d71d9dacb39c9928668bd96e2d05f0086ebc12..c410512d47c5966c5104d0cf30955aac4aa9a313 100644 (file)
@@ -56,7 +56,7 @@
 #define FWHT_MAGIC1 0x4f4f4f4f
 #define FWHT_MAGIC2 0xffffffff
 
-#define FWHT_VERSION 2
+#define FWHT_VERSION 3
 
 /* Set if this is an interlaced format */
 #define FWHT_FL_IS_INTERLACED          BIT(0)
@@ -76,6 +76,7 @@
 #define FWHT_FL_CHROMA_FULL_HEIGHT     BIT(7)
 #define FWHT_FL_CHROMA_FULL_WIDTH      BIT(8)
 #define FWHT_FL_ALPHA_IS_UNCOMPRESSED  BIT(9)
+#define FWHT_FL_I_FRAME                        BIT(10)
 
 /* A 4-values flag - the number of components - 1 */
 #define FWHT_FL_COMPONENTS_NUM_MSK     GENMASK(18, 16)