| 200 | } |
| 201 | |
| 202 | FFMS_API(void) FFMS_DestroyResampleOptions(FFMS_ResampleOptions *options) { |
| 203 | delete options; |
| 204 | } |
| 205 | |
| 206 | FFMS_API(int) FFMS_SetOutputFormatA(FFMS_AudioSource *A, const FFMS_ResampleOptions *options, FFMS_ErrorInfo *ErrorInfo) { |
| 207 | ClearErrorInfo(ErrorInfo); |