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

Function FFMS_DestroyResampleOptions

src/core/ffms.cpp:202–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202FFMS_API(void) FFMS_DestroyResampleOptions(FFMS_ResampleOptions *options) {
203 delete options;
204}
205
206FFMS_API(int) FFMS_SetOutputFormatA(FFMS_AudioSource *A, const FFMS_ResampleOptions *options, FFMS_ErrorInfo *ErrorInfo) {
207 ClearErrorInfo(ErrorInfo);

Callers 1

ffms.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected