MCPcopy Create free account
hub / github.com/Vhonowslend/StreamFX-Public / precache

Method precache

components/ffmpeg/source/ffmpeg/avframe-queue.cpp:68–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void avframe_queue::precache(std::size_t count)
69{
70 for (std::size_t n = 0; n < count; n++) {
71 push(create_frame());
72 }
73}
74
75void avframe_queue::clear()
76{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected