MCPcopy 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
124FFMS_API(void) FFMS_DestroyVideoSource(FFMS_VideoSource *V) {
125 delete V;
126}
127
128FFMS_API(void) FFMS_DestroyAudioSource(FFMS_AudioSource *A) {
129 delete A;

Callers 8

TearDownMethod · 0.85
TearDownMethod · 0.85
TearDownMethod · 0.85
VSVideoSource4Method · 0.85
~VSVideoSource4Method · 0.85
AvisynthVideoSourceMethod · 0.85
~AvisynthVideoSourceMethod · 0.85
ffms.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected