Hello,
I've configured the h264 codec for dm365 to baseline profile, level 1.3, obtaining as SPS ..
profile_idc = 66 (PROFILE_IDC_Baseline)
constraint_set0_flag = 1
constraint_set1_flag = 0
constraint_set2_flag = 0
constraint_set3_flag = 0
Is there a way to have different values of constraint flags? I'd like to obtain ..
profile_idc = 66 (PROFILE_IDC_Baseline)
constraint_set0_flag = 1
constraint_set1_flag = 1
constraint_set2_flag = 1
constraint_set3_flag = 0
Due to ATSC-MH standard: constraint_set0_flag, constraint_set1_flag and constraint_set2_flag shall all be set to 1. constraint_set3_flag shall be set to 0.
Thanks,
Claudio