From d7099ef522123840c8726b6c3f0ffab249fae0f6 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 22 Mar 2026 15:41:11 +0100 Subject: minor adjustments here and there --- stream/src/stream_info.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'stream/src') 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 [ -- cgit v1.3