| 214 | } |
| 215 | |
| 216 | FFMS_API(void) FFMS_DestroyIndex(FFMS_Index *Index) { |
| 217 | delete Index; |
| 218 | } |
| 219 | |
| 220 | FFMS_API(FFMS_IndexErrorHandling) FFMS_GetErrorHandling(FFMS_Index *Index) { |
| 221 | return static_cast<FFMS_IndexErrorHandling>(Index->ErrorHandling); |
no outgoing calls
no test coverage detected