| 7207 | |
| 7208 | |
| 7209 | int hb_get_chroma_sub_sample(int format, int *h_shift, int *v_shift) |
| 7210 | { |
| 7211 | return av_pix_fmt_get_chroma_sub_sample(format, h_shift, v_shift); |
| 7212 | } |
| 7213 | |
| 7214 | static int pix_fmt_is_supported(hb_job_t *job, int pix_fmt) |
| 7215 | { |
no outgoing calls
no test coverage detected