diff options
Diffstat (limited to 'support/doc')
-rw-r--r-- | support/doc/plugins/guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/doc/plugins/guide.md b/support/doc/plugins/guide.md index 9739d117a..a4a1a136d 100644 --- a/support/doc/plugins/guide.md +++ b/support/doc/plugins/guide.md | |||
@@ -516,7 +516,7 @@ async function register ({ | |||
516 | } | 516 | } |
517 | } | 517 | } |
518 | 518 | ||
519 | // Support libopus and libvpx-vp9 encoders, just for the example (PeerTube player is only compatible with h264/aac) | 519 | // Support libopus and libvpx-vp9 encoders (these codecs could be incompatible with the player) |
520 | transcodingManager.addVODProfile('libopus', 'test-vod-profile', builder) | 520 | transcodingManager.addVODProfile('libopus', 'test-vod-profile', builder) |
521 | 521 | ||
522 | // Default priorities are ~100 | 522 | // Default priorities are ~100 |