| 410 | } FFMS_AudioProperties; |
| 411 | |
| 412 | typedef struct FFMS_KeyValuePair { |
| 413 | const char *Key; |
| 414 | const char *Value; |
| 415 | } FFMS_KeyValuePair; |
| 416 | |
| 417 | typedef int (FFMS_CC *TIndexCallback)(int64_t Current, int64_t Total, void *ICPrivate); |
| 418 |
nothing calls this directly
no outgoing calls
no test coverage detected