]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/cfhd.h
avfilter/vf_ssim: remove unnecessary check
[ffmpeg] / libavcodec / cfhd.h
index fdc6f1e546e180ce04666737a59328dfe80f9a9b..19e5c7cf03b8504444ecb5389238dcf62a119e8c 100644 (file)
@@ -83,10 +83,14 @@ enum CFHDParam {
     Precision        =  70,
     InputFormat      =  71,
     BandCodingFlags  =  72,
+    PeakLevel        =  74,
+    PeakOffsetLow    =  75,
+    PeakOffsetHigh   =  76,
     Version          =  79,
     BandSecondPass   =  82,
     PrescaleTable    =  83,
     EncodedFormat    =  84,
+    DisplayHeight    =  85,
     ChannelWidth     = 104,
     ChannelHeight    = 105,
 };
@@ -110,6 +114,7 @@ typedef struct SubBand {
     int width;
     int a_height;
     int height;
+    int8_t read_ok;
 } SubBand;
 
 typedef struct Plane {
@@ -161,6 +166,7 @@ typedef struct CFHDContext {
     int a_width;
     int a_height;
     int a_format;
+    int a_transform_type;
 
     int bpc; // bits per channel/component
     int channel_cnt;