Constant AV_THREAD_MESSAGE_NONBLOCK

pub const AV_THREAD_MESSAGE_NONBLOCK: u32 = 1; // 1u32
Expand description

Perform non-blocking operation. If this flag is set, send and recv operations are non-blocking and return AVERROR(EAGAIN) immediately if they can not proceed.