Skip to content
  • Tim-Philipp Müller's avatar
    typefinding: make mpeg-ts typefinder scan more data · bd0adb11
    Tim-Philipp Müller authored
    We only look for packets with payload, but it appears there may be packets without,
    which makes it harder to find the N packets with payload in a row that we need in
    order to typefind this successfully, so scan some more data than necessary in the
    optimistic scenario. Alternatively we could change IS_MPEGTS_HEADER().
    
    Fixes #623663.
    bd0adb11