sws_isSupportedOutput 1627 cmdutils.c                    sws_isSupportedOutput(pix_fmt)              ? 'O' : '.',
sws_isSupportedOutput  199 libavfilter/vf_scale.c             if ((sws_isSupportedOutput(pix_fmt) || pix_fmt == AV_PIX_FMT_PAL8 ||
sws_isSupportedOutput  257 libswscale/swscale-test.c             !sws_isSupportedOutput(srcFormat))
sws_isSupportedOutput  268 libswscale/swscale-test.c                 !sws_isSupportedOutput(dstFormat))
sws_isSupportedOutput  147 libswscale/swscale.h int sws_isSupportedOutput(enum AVPixelFormat pix_fmt);
sws_isSupportedOutput 1014 libswscale/utils.c     if (!sws_isSupportedOutput(dstFormat)) {