Skip to content
  • Henrik Gramner's avatar
    Workaround for FFMS indexing bug · 2fd29239
    Henrik Gramner authored
    If FFMS_ReadIndex is used with an empty index file it gets stuck in an infinite loop instead of returning NULL
    like it's supposed to do on failure. Explicitly check if the file is empty before calling it as a workaround.
    2fd29239