MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / sws_isSupportedInput

Function sws_isSupportedInput

libswscale/format.c:290–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288};
289
290int sws_isSupportedInput(enum AVPixelFormat pix_fmt)
291{
292 return (unsigned)pix_fmt < FF_ARRAY_ELEMS(legacy_format_entries) ?
293 legacy_format_entries[pix_fmt].is_supported_in : 0;
294}
295
296int sws_isSupportedOutput(enum AVPixelFormat pix_fmt)
297{

Callers 4

show_pix_fmtsFunction · 0.85
sws_test_formatFunction · 0.85
run_testFunction · 0.85

Calls

no outgoing calls

Tested by 1

run_testFunction · 0.68