diff --git a/src/ffmpeg.rs b/src/ffmpeg.rs index 6c26f4b..9133029 100644 --- a/src/ffmpeg.rs +++ b/src/ffmpeg.rs @@ -87,11 +87,7 @@ impl TranscodeOptions { } } - fn execute<'a>( - &self, - input_path: &str, - output_path: &'a str, - ) -> Result { + fn execute(&self, input_path: &str, output_path: &str) -> Result { if let Some(audio_codec) = self.output_ffmpeg_audio_codec() { Process::run( "ffmpeg",