| 178 | } |
| 179 | |
| 180 | FFMS_API(void) FFMS_ResetOutputFormatV(FFMS_VideoSource *V) { |
| 181 | V->ResetOutputFormat(); |
| 182 | } |
| 183 | |
| 184 | FFMS_API(int) FFMS_SetInputFormatV(FFMS_VideoSource *V, int ColorSpace, int ColorRange, int Format, FFMS_ErrorInfo *ErrorInfo) { |
| 185 | ClearErrorInfo(ErrorInfo); |