Skip to content
  • Tim-Philipp Müller's avatar
    tsdemux: fix some inconsequential PES header parsing issues · 10c881b1
    Tim-Philipp Müller authored
    additional_copy_info: need to get rid of the highest
    bit, not the lowest one
    
    program_packet_sequence_counter: also need to get rid
    of the highest bit instead of multiplying with a random
    value
    
    original_stuff_length: want to AND 0x3f to extract the
    lowest 6 bits, not multiply by it.
    
    None of these fields are actually used though, so these
    should not have caused any issues.
    10c881b1