@volcengine/veplayer-plugin 2.9.3-rc.1 → 2.10.0-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4331,7 +4331,6 @@ var grammar$1 = grammar$2.exports = {
4331
4331
  format: "%d %d"
4332
4332
  }],
4333
4333
  c: [{
4334
- // c=IN IP4 10.47.197.26
4335
4334
  name: "connection",
4336
4335
  reg: /^IN IP(\d) (\S*)/,
4337
4336
  names: ["version", "ip"],
@@ -4649,7 +4648,6 @@ var grammar$1 = grammar$2.exports = {
4649
4648
  },
4650
4649
  {
4651
4650
  // RFC4570
4652
- // a=source-filter: incl IN IP4 239.5.2.31 10.1.15.5
4653
4651
  name: "sourceFilter",
4654
4652
  reg: /^source-filter: *(excl|incl) (\S*) (IP4|IP6|\*) (\S*) (.*)/,
4655
4653
  names: ["filterMode", "netType", "addressTypes", "destAddress", "srcList"],