| 197 | } |
| 198 | |
| 199 | void FFmpegSourceProvider::CleanCache() { |
| 200 | ::CleanCache(config::path->Decode("?local/ffms2cache/"), |
| 201 | "*.ffindex", |
| 202 | OPT_GET("Provider/FFmpegSource/Cache/Size")->GetInt(), |
| 203 | OPT_GET("Provider/FFmpegSource/Cache/Files")->GetInt()); |
| 204 | } |
| 205 | |
| 206 | #endif // WITH_FFMS2 |
nothing calls this directly
no test coverage detected