* fix blazor naming

* code cleanup

* update dependencies
This commit is contained in:
Jason Dove
2024-05-06 17:00:52 -05:00
committed by GitHub
parent ef6c8b0816
commit a87ec2d75d
168 changed files with 1549 additions and 1614 deletions
@@ -22,7 +22,7 @@ public class EncoderH264Vaapi(Option<string> maybeVideoProfile, RateControlMode
result.Add("-sei");
result.Add("-a53_cc");
foreach (string videoProfile in maybeVideoProfile)
{
result.Add("-profile:v");