Commits on Source 8
-
Olivier Braun authored
According to ISO 13818-1: The continuity_counter shall not be incremented when the adaptation_field_control of the packet equals '00' or '10'.
-
Olivier Braun authored
ANSI/SCTE 35 2019r1: The section_syntax_indicator is a 1-bit field that should always be set to ‘0’, indicating that MPEG short sections are to be used.
-
Olivier Braun authored
-
Olivier Braun authored
-
Olivier Braun authored
From SCTE 35:2019: The section_syntax_indicator is a 1-bit field that should always be set to ‘0’ From ISO 13818-1: if the indicator is set to '0', then only the fields 'table_id' through 'private_section_length' shall follow the common structure syntax and semantics and the rest of the private_section may take any form the user determines.
-
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
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored