• Alexandre Colucci's avatar
    Fix init_get_bits length argument for init_get_bits. · 3b4621ac
    Alexandre Colucci authored
    Do not use rlelen for buffer size in init_get_bits, it is
    only the size of the data for the first field.
    Since it is not reliable, just use the size of the whole buffer.
    Additional comments add removal of unused rlelen variable by
    Reimar Döffinger.
    3b4621ac