• Jean-Paul Saman's avatar
    TOT: Fix byte offset to first descriptor for this table. · f3b5de0c
    Jean-Paul Saman authored
    From dvbpsi_packet_push() we can learn that for the TOT table,
    with syntax_indicator '0' the p_section->p_payload_start pointer
    points to UTC Time field (3 bytes after PSI section start).
    
    To get the byte position of the descriptor loop one needs to add
    2 bytes instead of 5, as was previously done.
    f3b5de0c
tot.c 20.9 KB