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

Function FFMS_GetErrorHandling

src/core/ffms.cpp:220–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220FFMS_API(FFMS_IndexErrorHandling) FFMS_GetErrorHandling(FFMS_Index *Index) {
221 return static_cast<FFMS_IndexErrorHandling>(Index->ErrorHandling);
222}
223
224FFMS_API(int) FFMS_GetFirstTrackOfType(FFMS_Index *Index, int TrackType, FFMS_ErrorInfo *ErrorInfo) {
225 ClearErrorInfo(ErrorInfo);

Callers 1

ffms.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected