Skip to content

Commit 7f8a638

Browse files
committed
Silence unused parameter warning in h264.rs
1 parent 7d21996 commit 7f8a638

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/enc-ffmpeg/src/video/h264.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ fn requires_software_encoder(config: &VideoInfo, preset: H264Preset) -> bool {
590590
false
591591
}
592592

593-
fn get_default_encoder_priority(config: &VideoInfo) -> &'static [&'static str] {
593+
fn get_default_encoder_priority(_config: &VideoInfo) -> &'static [&'static str] {
594594
#[cfg(target_os = "macos")]
595595
{
596596
&[

0 commit comments

Comments
 (0)