MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / ff_thread_sync_ref

Function ff_thread_sync_ref

libavcodec/decode.c:1953–1956  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

ff_mpv_decode_initFunction · 0.70
vp3_decode_initFunction · 0.70
wavpack_decode_initFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected