cros-codecs
cros-codecs copied to clipboard
decoder/h264: support streams for which num_slice_groups_minus1 > 0
Currently the H.264 parser will return a Stream contain unsupported/unimplemented NALs anyhow error if num_slice_groups_minus1 > 0. This prevents the FM1_BT_B, FM1_FT_E and FM2_SVA_C test vectors of Fluster's JVT-AVC_V1 test suite from passing.