Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FFMS/ffms2
/ FFMS_DestroyVideoSource
Function
FFMS_DestroyVideoSource
src/core/ffms.cpp:124–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
}
123
124
FFMS_API(void) FFMS_DestroyVideoSource(FFMS_VideoSource *V) {
125
delete V;
126
}
127
128
FFMS_API(void) FFMS_DestroyAudioSource(FFMS_AudioSource *A) {
129
delete A;
Callers
8
TearDown
Method · 0.85
TearDown
Method · 0.85
TearDown
Method · 0.85
VSVideoSource4
Method · 0.85
~VSVideoSource4
Method · 0.85
AvisynthVideoSource
Method · 0.85
~AvisynthVideoSource
Method · 0.85
ffms.h
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected