Fix typo when identifying KLV packets as SMPTE336M-encoded (#877)

This commit is contained in:
James Ford
2025-09-05 13:32:28 -04:00
committed by GitHub
parent 6add5809c2
commit a8513af402
4 changed files with 5 additions and 5 deletions

View File

@@ -145,7 +145,7 @@ func FuzzRangeUnmarshal(f *testing.F) {
f.Add(ca.vin[0])
}
f.Add("smtpe=")
f.Add("smpte=")
f.Add("npt=")
f.Add("clock=")