X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fdnxhddata.h;h=6e774b5c885748f01ce53ddd5bc8426884af859f;hb=8e576d58306df95d6373dd0ca2c1f21f1afaeca9;hp=4d03a600f462154d64a0ab71260edcee86e6a0d9;hpb=3c54e7ed4f42d8ed5aece9484190b5294e272c36;p=ffmpeg diff --git a/libavcodec/dnxhddata.h b/libavcodec/dnxhddata.h index 4d03a600f46..6e774b5c885 100644 --- a/libavcodec/dnxhddata.h +++ b/libavcodec/dnxhddata.h @@ -33,11 +33,12 @@ typedef struct { unsigned int coding_unit_size; int index_bits; int bit_depth; + int eob_index; 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_run_flag, *ac_index_flag; + const uint8_t *ac_flags; const uint16_t *run_codes; const uint8_t *run_bits, *run; int bit_rates[5]; ///< Helpher to choose variants, rounded to nearest 5Mb/s