aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
diff options
context:
space:
mode:
Diffstat (limited to 'support')
-rw-r--r--support/doc/plugins/guide.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/support/doc/plugins/guide.md b/support/doc/plugins/guide.md
index f5e753b79..18e962c10 100644
--- a/support/doc/plugins/guide.md
+++ b/support/doc/plugins/guide.md
@@ -342,6 +342,7 @@ async function register ({
342 342
343 // You can also return a promise 343 // You can also return a promise
344 return { 344 return {
345 inputOptions: [],
345 outputOptions: [ 346 outputOptions: [
346 // Use a custom bitrate 347 // Use a custom bitrate
347 '-b' + streamString + ' 10K' 348 '-b' + streamString + ' 10K'
@@ -392,6 +393,7 @@ async function register ({
392 { 393 {
393 const builder = () => { 394 const builder = () => {
394 return { 395 return {
396 inputOptions: [],
395 outputOptions: [] 397 outputOptions: []
396 } 398 }
397 } 399 }