| 294 | } |
| 295 | |
| 296 | int 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 | |
| 302 | int sws_isSupportedEndiannessConversion(enum AVPixelFormat pix_fmt) |
| 303 | { |
no outgoing calls