aboutsummaryrefslogtreecommitdiff
path: root/common/src/stream.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-04-14 14:33:52 +0200
committermetamuffin <metamuffin@disroot.org>2025-04-14 14:33:52 +0200
commit4a36d9e96853bf04d17f8377a7fbf862d108b9f1 (patch)
tree525ace312985400eb36ad942b52bb5505f30944f /common/src/stream.rs
parent92b119f95dd1cb24054f2440533208c140b66e46 (diff)
downloadjellything-4a36d9e96853bf04d17f8377a7fbf862d108b9f1.tar
jellything-4a36d9e96853bf04d17f8377a7fbf862d108b9f1.tar.bz2
jellything-4a36d9e96853bf04d17f8377a7fbf862d108b9f1.tar.zst
start transcoding refactor
Diffstat (limited to 'common/src/stream.rs')
-rw-r--r--common/src/stream.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/src/stream.rs b/common/src/stream.rs
index 75349cc..a14fd57 100644
--- a/common/src/stream.rs
+++ b/common/src/stream.rs
@@ -91,7 +91,8 @@ pub struct StreamFormatInfo {
pub remux: bool,
pub containers: Vec<StreamContainer>,
- pub pixel_count: Option<u64>,
+ pub width: Option<u64>,
+ pub height: Option<u64>,
pub samplerate: Option<f64>,
pub channels: Option<usize>,
pub bit_depth: Option<u8>,