Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
m_option: fix float option values <= 0
FLT_MIN is a small positive number (1.175494e-38), so the check v < FLT_MIN introduced in 0e7f9c3 made all 0 and negative float option values error, e.g. panscan=0 or video-align-y=-1. Fixes 0e7f9c3, fixes #15728.
- Loading branch information