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

Function FFMS_ResetOutputFormatV

src/core/ffms.cpp:180–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180FFMS_API(void) FFMS_ResetOutputFormatV(FFMS_VideoSource *V) {
181 V->ResetOutputFormat();
182}
183
184FFMS_API(int) FFMS_SetInputFormatV(FFMS_VideoSource *V, int ColorSpace, int ColorRange, int Format, FFMS_ErrorInfo *ErrorInfo) {
185 ClearErrorInfo(ErrorInfo);

Callers 1

ffms.hFile · 0.85

Calls 1

ResetOutputFormatMethod · 0.80

Tested by

no test coverage detected