Skip to content

Commit

Permalink
remove generic
Browse files Browse the repository at this point in the history
  • Loading branch information
maxomatic458 committed Sep 10, 2024
1 parent 43b8ac9 commit 8aaed34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/encoder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ impl VideoEncoder {
/// Returns a `Result` containing the `VideoEncoder` instance if successful, or a
/// `VideoEncoderError` if an error occurs.
#[inline]
pub fn new_from_stream<P: AsRef<Path>>(
pub fn new_from_stream(
video_settings: VideoSettingsBuilder,
audio_settings: AudioSettingsBuilder,
container_settings: ContainerSettingsBuilder,
Expand Down

0 comments on commit 8aaed34

Please sign in to comment.