fn decode_one(
pool: &mut DecoderPool,
path: &str,
src_t: f64,
src_duration: f64,
dw: u32,
dh: u32,
spare: &mut Vec<Frame>,
) -> Option<Arc<Frame>>Expand description
One decode into a recycled buffer. None when the decoder or the frame is unavailable.