Skip to content
  • Sebastian Dröge's avatar
    mpegtspacketizer: Store PCR time/byte offsets in 64 bit integers · 54c61efe
    Sebastian Dröge authored
    32 bit integers are going to overflow, especially the PCR offset to
    the first PCR will overflow after about 159 seconds. This makes playback
    of streams stop at 159 seconds as suddenly the timestamps are starting
    again from 0. Now we have a few more years time until it happens again
    and 64 bits are too small.
    54c61efe