mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Format code
This commit is contained in:
parent
3bf2458774
commit
013273b832
4 changed files with 12 additions and 14 deletions
|
|
@ -593,7 +593,7 @@ fn get_video_streams(path: &Path) -> Result<Option<(Vec<Locale>, Vec<Locale>)>>
|
|||
.stdout(Stdio::null())
|
||||
.stderr(Stdio::piped())
|
||||
.arg("-hide_banner")
|
||||
.args(["-i", &path.to_string_lossy().to_string()])
|
||||
.args(["-i", &path.to_string_lossy()])
|
||||
.output()?;
|
||||
let ffmpeg_output = String::from_utf8(ffmpeg.stderr)?;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue