Skip to content
  • Wim Taymans's avatar
    mp4gdepay: calculate the frame duration correctly · ffc06e17
    Wim Taymans authored
    When we calculate the frame duration, we need to use the amount of
    frames in the _previous_ packet, not the current packet. The frame duration is
    needed to correctly de-interleave interleaved streams. This fixes the case where
    there are a variable number of frames in a packet.
    
    Fixes #620494
    ffc06e17