]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/media/platform/vicodec/codec-v4l2-fwht.h
media: vicodec: Separate fwht header from the frame data
[linux.git] / drivers / media / platform / vicodec / codec-v4l2-fwht.h
index 18ac25978829c5cacaf9ec37e2df138df04a689d..aa6fa90a48bea4e21d7e9f5a71eda48d7fe06cf5 100644 (file)
@@ -41,6 +41,7 @@ struct v4l2_fwht_state {
        enum v4l2_quantization quantization;
 
        struct fwht_raw_frame ref_frame;
+       struct fwht_cframe_hdr header;
        u8 *compressed_frame;
 };