Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bore: Ensure ignore_mask is always float
`ignore_mask` causes the following error if it's passed at 8bit: ``` VapourSynth encountered a fatal error: Filter returned a frame that's not of the declared format ``` And silently crashes VS instead if it's neither 8bit nor float.
- Loading branch information