Home | History | Annotate | Download | only in mpeg2ts

Lines Matching defs:protection_absent

848         bool protection_absent = bits.getBits(1) != 0;
915 size_t headerSize = protection_absent ? 7 : 9;