Skip to content
  • yhuelf's avatar
    libmp4: small bug fix · 85c03f04
    yhuelf authored and Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf committed
    
    
    When MP4_ReadBoxContainerChildren() returns, one expects the position in
    the stream to be that of the next box after the last parsed box.
    
    Without this very patch, if the last parsed box is an "unknown" one,
    the position in the stream would be at the begining of that box,
    preventing playback of latest Anevia's MS Smooth Streaming live streams,
    for example.
    
    Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
    85c03f04