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

Function FFMS_ResetInputFormatV

src/core/ffms.cpp:194–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194FFMS_API(void) FFMS_ResetInputFormatV(FFMS_VideoSource *V) {
195 V->ResetInputFormat();
196}
197
198FFMS_API(FFMS_ResampleOptions *) FFMS_CreateResampleOptions(FFMS_AudioSource *A) {
199 return A->CreateResampleOptions().release();

Callers 1

ffms.hFile · 0.85

Calls 1

ResetInputFormatMethod · 0.80

Tested by

no test coverage detected