Skip to content
  • Robert Swain's avatar
    qtdemux: add durations modulo 1<<32 · 2723de58
    Robert Swain authored
    For calculating the durations of each sample, we are supposed to add each
    duration modulo 1<<32 so make the elapsed time counter a uint32.
    
    Fixes #610280
    2723de58