mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 07:06:58 +08:00
Fix typo when identifying KLV packets as SMPTE336M-encoded (#877)
This commit is contained in:
@@ -1193,12 +1193,12 @@ var casesFormat = []struct {
|
||||
"v=0\n" +
|
||||
"s=\n" +
|
||||
"m=application 0 RTP/AVP 97\n" +
|
||||
"a=rtpmap:97 smtpe336m/90000\n",
|
||||
"a=rtpmap:97 SMPTE336M/90000\n",
|
||||
&KLV{
|
||||
PayloadTyp: 97,
|
||||
},
|
||||
97,
|
||||
"smtpe336m/90000",
|
||||
"SMPTE336M/90000",
|
||||
nil,
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user