| 134 | } |
| 135 | |
| 136 | FFMS_API(const FFMS_AudioProperties *) FFMS_GetAudioProperties(FFMS_AudioSource *A) { |
| 137 | return &A->GetAudioProperties(); |
| 138 | } |
| 139 | |
| 140 | FFMS_API(const FFMS_Frame *) FFMS_GetFrame(FFMS_VideoSource *V, int n, FFMS_ErrorInfo *ErrorInfo) { |
| 141 | ClearErrorInfo(ErrorInfo); |
no outgoing calls
no test coverage detected