mirror of
https://git.asonix.dog/asonix/pict-rs.git
synced 2024-11-25 02:51:17 +00:00
Clippy
This commit is contained in:
parent
261c264a55
commit
cc75d2d882
1 changed files with 1 additions and 5 deletions
|
@ -87,11 +87,7 @@ impl TranscodeOptions {
|
|||
}
|
||||
}
|
||||
|
||||
fn execute<'a>(
|
||||
&self,
|
||||
input_path: &str,
|
||||
output_path: &'a str,
|
||||
) -> Result<Process, std::io::Error> {
|
||||
fn execute(&self, input_path: &str, output_path: &str) -> Result<Process, std::io::Error> {
|
||||
if let Some(audio_codec) = self.output_ffmpeg_audio_codec() {
|
||||
Process::run(
|
||||
"ffmpeg",
|
||||
|
|
Loading…
Reference in a new issue