Function or_nopts

Source
pub const fn or_nopts(val: Option<i64>) -> i64
Expand description

Returns the value if it is Some, otherwise returns AV_NOPTS_VALUE.