Currently, a slice_group_map_type of 6 calls read_group_ids() which will use pic_size_in_map_units_minus1 as the bit-length to read each run_length_minus1 value, up to num_slice_groups times.
The pic_size_in_map_units_minus1 and num_slice_groups should be swapped to match the spec:
Currently, a
slice_group_map_type
of 6 calls read_group_ids() which will usepic_size_in_map_units_minus1
as the bit-length to read eachrun_length_minus1
value, up tonum_slice_groups
times.The
pic_size_in_map_units_minus1
andnum_slice_groups
should be swapped to match the spec: