diff --git a/av1an-core/src/broker.rs b/av1an-core/src/broker.rs index cc916f94..45b5ee13 100644 --- a/av1an-core/src/broker.rs +++ b/av1an-core/src/broker.rs @@ -97,8 +97,6 @@ impl Display for EncoderCrash { impl<'a> Broker<'a> { /// Main encoding loop. set_thread_affinity may be ignored if the value is invalid. pub fn encoding_loop(self, tx: Sender<()>, set_thread_affinity: Option) { - assert!(!self.chunk_queue.is_empty()); - if !self.chunk_queue.is_empty() { let (sender, receiver) = crossbeam_channel::bounded(self.chunk_queue.len());