re_video::decode::async_decoder_wrapper

Function decoder_thread

Source
fn decoder_thread(
    decoder: &mut dyn SyncDecoder,
    comms: &Comms,
    command_rx: &Receiver<Command>,
    on_output: &OutputCallback,
)