diff options
author | metamuffin <metamuffin@disroot.org> | 2025-04-21 20:36:34 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-04-21 20:36:34 +0200 |
commit | b9d8e20b6bff6b51f73106b688bd6e5d98e08215 (patch) | |
tree | 0e6a82ff9fd346d79a0879c373c838f4e2a49e8a /common/src/stream.rs | |
parent | 30c3bb552aba8794d57eb08688e0c1c751ab27a0 (diff) | |
download | jellything-b9d8e20b6bff6b51f73106b688bd6e5d98e08215.tar jellything-b9d8e20b6bff6b51f73106b688bd6e5d98e08215.tar.bz2 jellything-b9d8e20b6bff6b51f73106b688bd6e5d98e08215.tar.zst |
new transcoding args system
Diffstat (limited to 'common/src/stream.rs')
-rw-r--r-- | common/src/stream.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/src/stream.rs b/common/src/stream.rs index 79cb380..81dd298 100644 --- a/common/src/stream.rs +++ b/common/src/stream.rs @@ -82,7 +82,7 @@ pub struct StreamTrackInfo { pub formats: Vec<StreamFormatInfo>, } -#[derive(Debug, Copy, Clone, Deserialize, Serialize)] +#[derive(Debug, Copy, Clone, PartialEq, Eq, Deserialize, Serialize)] #[serde(rename_all = "snake_case")] pub enum TrackKind { Video, |