Skip to content
  • Thomas Bluemel's avatar
    typefind: Hold off making suggestions too early for MPEG based formats · 36319169
    Thomas Bluemel authored
    By suggesting possible detection too early, it's possible that
    the wrong format is detected. Hold off making suggestions until one
    of the following conditions is met:
    * Probability > GST_TYPE_FIND_LIKELY
    * At least MPEG_MIN_PROBE_LENGTH bytes have been examined
    * EOS, in which case the best guess wins
    
    Fixes #628
    36319169