| 1945 | } |
| 1946 | |
| 1947 | void ff_progress_frame_await(const ProgressFrame *f, int n) |
| 1948 | { |
| 1949 | ff_thread_progress_await(&f->progress->progress, n); |
| 1950 | } |
| 1951 | |
| 1952 | #if !HAVE_THREADS |
| 1953 | enum ThreadingStatus ff_thread_sync_ref(AVCodecContext *avctx, size_t offset) |
no test coverage detected