| 1974 | } |
| 1975 | |
| 1976 | static void progress_frame_pool_reset_cb(AVRefStructOpaque unused, void *obj) |
| 1977 | { |
| 1978 | ProgressInternal *progress = obj; |
| 1979 | |
| 1980 | ff_thread_progress_reset(&progress->progress); |
| 1981 | av_frame_unref(progress->f); |
| 1982 | } |
| 1983 | |
| 1984 | static av_cold void progress_frame_pool_free_entry_cb(AVRefStructOpaque opaque, void *obj) |
| 1985 | { |
nothing calls this directly
no test coverage detected