ekisu / mpv-webm

Simple WebM maker for mpv, with no external dependencies.
MIT License
556 stars 33 forks source link

file_exists: use utils.file_info() instead of io.open() #44

Closed ekisu closed 5 years ago

ekisu commented 5 years ago

On Windows, io.open fails with UTF-8 (and possibly any non-system-conforming) encodings. It seems utils.file_info already handles this so we're good.

Fixes #43.