aboutsummaryrefslogtreecommitdiff
path: root/common/src/stream.rs
diff options
context:
space:
mode:
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>,