cros-codecs icon indicating copy to clipboard operation
cros-codecs copied to clipboard

decoder/h264: support streams for which num_slice_groups_minus1 > 0

Open Gnurou opened this issue 1 year ago • 0 comments

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.

Gnurou avatar Mar 07 '24 06:03 Gnurou