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

Function sws_isSupportedOutput

libswscale/format.c:296–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296int sws_isSupportedOutput(enum AVPixelFormat pix_fmt)
297{
298 return (unsigned)pix_fmt < FF_ARRAY_ELEMS(legacy_format_entries) ?
299 legacy_format_entries[pix_fmt].is_supported_out : 0;
300}
301
302int sws_isSupportedEndiannessConversion(enum AVPixelFormat pix_fmt)
303{

Callers 5

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