pub const DFL_MAX_BITS: u16 = 64800;Expand description
Loosest valid DFL upper bound in bits across the standards this crate parses.
DVB-S2 normal FECFRAME caps the data field near 64800 bits; DVB-T2 is tighter (EN 302 755 Table 2: DFL in [0, 53760]). A BBHEADER does not by itself say which standard produced it, so this generous bound avoids rejecting any valid S2/S2X/T2 frame.