跳到主要内容

sws_test_primaries

搜索

函数 sws_test_primaries 

源代码
pub unsafe extern "C" fn sws_test_primaries(
    primaries: AVColorPrimaries,
    output: c_int,
) -> c_int
展开描述

Test if a given set of color primaries is supported.

@param output If 0, test if compatible with the source/input frame; otherwise, with the destination/output frame. @param primaries The color primaries to check.

@return A positive integer if supported, 0 otherwise.