TOT: Fix byte offset to first descriptor for this table.
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.
Showing
Please register or sign in to comment