]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/dnxhddata.h
avcodec/jpeg2000: Check comp coords to be within the supported size
[ffmpeg] / libavcodec / dnxhddata.h
index a1fcf06798324479189c9ed480f0aa2588586a95..d97388818d2e6ec4faa95b0a49654e7d0cd20ac8 100644 (file)
@@ -46,8 +46,7 @@ typedef struct CIDEntry {
     const uint8_t *luma_weight, *chroma_weight;
     const uint8_t *dc_codes, *dc_bits;
     const uint16_t *ac_codes;
-    const uint8_t *ac_bits, *ac_level;
-    const uint8_t *ac_flags;
+    const uint8_t *ac_bits, *ac_info;
     const uint16_t *run_codes;
     const uint8_t *run_bits, *run;
     int bit_rates[5]; ///< Helper to choose variants, rounded to nearest 5Mb/s