aboutsummaryrefslogtreecommitdiff
path: root/stream/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'stream/src/lib.rs')
-rw-r--r--stream/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/src/lib.rs b/stream/src/lib.rs
index 1407643..a94f4c7 100644
--- a/stream/src/lib.rs
+++ b/stream/src/lib.rs
@@ -37,6 +37,7 @@ pub struct Config {
#[serde(default)] pub offer_vp8: bool,
#[serde(default)] pub offer_vp9: bool,
#[serde(default)] pub offer_av1: bool,
+ pub transcoder: jellytranscoder::Config,
}
pub struct SMediaInfo {