Browse Source
chore(config) fix spacing
Removed a redundant space under maxBitratesVideo.
master
Cross
4 years ago
No account linked to committer's email address
1 changed files with
1 additions and
1 deletions
-
config.js
|
|
@@ -320,7 +320,7 @@ var config = {
|
|
320
|
320
|
// VP9: {
|
|
321
|
321
|
// low: 100000,
|
|
322
|
322
|
// standard: 300000,
|
|
323
|
|
- // high: 1200000
|
|
|
323
|
+ // high: 1200000
|
|
324
|
324
|
// }
|
|
325
|
325
|
// },
|
|
326
|
326
|
//
|