Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FFMS/ffms2
/ Free
Method
Free
src/core/indexing.cpp:408–411 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
406
}
407
408
void FFMS_Indexer::Free() {
409
av_frame_free(&DecodeFrame);
410
avformat_close_input(&FormatContext);
411
}
412
413
FFMS_Indexer::~FFMS_Indexer() {
414
Free();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected