| 96 | } |
| 97 | |
| 98 | FFMS_API(void) FFMS_SetLogLevel(int Level) { |
| 99 | av_log_set_level(Level); |
| 100 | } |
| 101 | |
| 102 | FFMS_API(FFMS_VideoSource *) FFMS_CreateVideoSource(const char *SourceFile, int Track, FFMS_Index *Index, int Threads, int SeekMode, FFMS_ErrorInfo *ErrorInfo) { |
| 103 | try { |
no outgoing calls
no test coverage detected