跳到主要内容

sws_is_noop

搜索

函数 sws_is_noop 

源代码
pub unsafe extern "C" fn sws_is_noop(
    dst: *const AVFrame,
    src: *const AVFrame,
) -> c_int
展开描述

Check if a given conversion is a noop. Returns a positive integer if no operation needs to be performed, 0 otherwise.