mirror of
https://github.com/aler9/gortsplib
synced 2025-10-08 16:40:09 +08:00
Fix typo when identifying KLV packets as SMPTE336M-encoded (#877)
This commit is contained in:
@@ -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=")
|
||||
|
||||
|
Reference in New Issue
Block a user