id summary reporter owner description type status priority milestone component version resolution keywords cc 859 decoded_picture_hash() operator precedence issue Parabola bbross "for( cIdx = 0; cIdx < (chroma_format_idc == 0) ? 1 : 3; cIdx++ ) would result in an infinite loop... substitute with this: for( cIdx = 0; cIdx < (chroma_format_idc == 0 ? 1 : 3); cIdx++ ) This error is repeated in the pseudocode in ""Decoded picture hash SEI message semantics""" defect closed minor D8 Text D9 (K1003) v9 fixed bbross wjhan jct-vc@…