Skip to content

Commit

Permalink
Fix typo, also idk why cargo isn't telling me my build is failing
Browse files Browse the repository at this point in the history
  • Loading branch information
shssoichiro committed Oct 7, 2024
1 parent 2afae52 commit aff4b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion av_metrics_decoders/src/vapoursynth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ clip = {}(source="{}"{})
clip.set_output(0)
"#,
match plugin {
VapoursynthDecoderPlugin::Lsmash => "core.lsmas.LWLibavSource",
VapoursynthDecoderPlugin::LSmash => "core.lsmas.LWLibavSource",
VapoursynthDecoderPlugin::BestSource => "core.bs.VideoSource",
},
if plugin == VapoursynthDecoderPlugin::BestSource {
Expand Down

0 comments on commit aff4b54

Please sign in to comment.