| 399 | } |
| 400 | |
| 401 | static int chroma_smooth_work(hb_filter_object_t *filter, |
| 402 | hb_buffer_t ** buf_in, |
| 403 | hb_buffer_t ** buf_out) |
| 404 | { |
| 405 | return chroma_smooth_work_thread(filter, buf_in, buf_out, 0); |
| 406 | } |
nothing calls this directly
no test coverage detected