pub fn is_end_indicator(data: &[u8]) -> bool
true if the two bytes at the start of data are a ULE End Indicator (0xFFFF: D = 1, Length = 0x7FFF) — no further SNDUs in this TS packet (RFC 4326 §4.3).
true
data
0xFFFF
D = 1
Length = 0x7FFF