Skip to content
  • Edward Hervey's avatar
    audio: Fix overread in channel positions · 70d967da
    Edward Hervey authored
    The array we're writing to is limited to 64 ... but the amount of
    input positions might be lower than 64. Therefore use MIN and not
    MAX to know how many values to read from the array.
    70d967da