Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlotJuggler/PlotJuggler
/ flush
Method
flush
pj_scene2D/core/src/ffmpeg_decoder.cpp:333–337 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
331
}
332
333
void FfmpegDecoder::flush() {
334
if (codec_ctx_ != nullptr) {
335
avcodec_flush_buffers(codec_ctx_);
336
}
337
}
338
339
std::vector<DecodedFrame> FfmpegDecoder::drain() {
340
std::vector<DecodedFrame> frames;
Callers
6
demux_frames
Function · 0.45
decodeAt
Method · 0.45
decodeSampledKeyframes
Method · 0.45
TEST_F
Function · 0.45
TEST
Function · 0.45
CountingHttpServer
Method · 0.45
Calls
no outgoing calls
Tested by
3
TEST_F
Function · 0.36
TEST
Function · 0.36
CountingHttpServer
Method · 0.36