Skip to content

cli: various misc. fixes

Alaric Senat requested to merge asenat/vlc:fix/cli into master

Sorry for the vague MR title, the patchset address some small issues, mainly reported by a clang-tidy scan.
The goal here was mainly to avoid unnecessary narrowing floating point conversions and parse floats correctly with overflow handling.

The patchset was tested and did not introduce any regressions on floating point parsing.

Merge request reports