• Olivier Braun's avatar
    Fix splice_info_section decoding · 8fb730fd
    Olivier Braun authored
    The 3 first bytes of the secion are already skipped in dvbpsi.c
    `p_section->p_payload_start = p_section->p_data + 3;`
    
    p_section->p_payload_start therefore points to the protocol_version field of the splice_info_section
    8fb730fd
sis.c 44.2 KB