MCPcopy Create free account
hub / github.com/FFMS/ffms2 / FFMS_DestroyAudioSource

Function FFMS_DestroyAudioSource

src/core/ffms.cpp:128–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128FFMS_API(void) FFMS_DestroyAudioSource(FFMS_AudioSource *A) {
129 delete A;
130}
131
132FFMS_API(const FFMS_VideoProperties *) FFMS_GetVideoProperties(FFMS_VideoSource *V) {
133 return &V->GetVideoProperties();

Callers 2

~AvisynthAudioSourceMethod · 0.85
ffms.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected