| 126 | } |
| 127 | |
| 128 | FFMS_API(void) FFMS_DestroyAudioSource(FFMS_AudioSource *A) { |
| 129 | delete A; |
| 130 | } |
| 131 | |
| 132 | FFMS_API(const FFMS_VideoProperties *) FFMS_GetVideoProperties(FFMS_VideoSource *V) { |
| 133 | return &V->GetVideoProperties(); |
no outgoing calls
no test coverage detected