| 1951 | |
| 1952 | #if !HAVE_THREADS |
| 1953 | enum ThreadingStatus ff_thread_sync_ref(AVCodecContext *avctx, size_t offset) |
| 1954 | { |
| 1955 | return FF_THREAD_NO_FRAME_THREADING; |
| 1956 | } |
| 1957 | #endif /* !HAVE_THREADS */ |
| 1958 | |
| 1959 | static av_cold int progress_frame_pool_init_cb(AVRefStructOpaque opaque, void *obj) |
no outgoing calls
no test coverage detected