mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
39494f06e2
FFmpeg requires a very specific syntax to escape the file path in Windows when using a filter, so this has been implemented with conditional compilation. The behavior is the same on Windows, except that the path is converted to an absolute path. Also, the only usage of `std::env::current_dir` has been removed, since it was being used as an ad-hoc way to convert a relative path to an absolute one, which doesn't work if the temporary directory is in a different directory than the current one. We no longer kill the child processes from `process_pipe`, since calling `wait` or `wait_with_output` closes the stdin handle anyway. Also, all usages of `cfg!(windows)` have been changed to `cfg!(target_os = "windows")` to keep a consistent style. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |