diff options
| author | metamuffin <metamuffin@disroot.org> | 2026-03-22 15:41:11 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2026-03-22 15:41:11 +0100 |
| commit | d7099ef522123840c8726b6c3f0ffab249fae0f6 (patch) | |
| tree | 3431e8c1d06f23ad5d96b68251947651b541f6a0 /stream/src | |
| parent | 3e8e4f8496425a08427a73a0f93652f5f739ab15 (diff) | |
| download | jellything-d7099ef522123840c8726b6c3f0ffab249fae0f6.tar jellything-d7099ef522123840c8726b6c3f0ffab249fae0f6.tar.bz2 jellything-d7099ef522123840c8726b6c3f0ffab249fae0f6.tar.zst | |
minor adjustments here and there
Diffstat (limited to 'stream/src')
| -rw-r--r-- | stream/src/stream_info.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/stream/src/stream_info.rs b/stream/src/stream_info.rs index 71ccb1f..66be110 100644 --- a/stream/src/stream_info.rs +++ b/stream/src/stream_info.rs @@ -110,9 +110,6 @@ fn stream_formats( if w > sw { continue; } - if br > remux_bitrate { - continue; - } // most codecs use chroma subsampling that requires even dims let h = ((w * sh) / sw) & !1; // clear last bit to ensure even height. for (cid, enable) in [ |