1
0
Fork 0

bestsource: Mark video provider as slow

Looks like this wasn't clear enough, so let's make it clear to users
that BestVideoSource should only be used if absolutely necessary.
This commit is contained in:
arch1t3cht 2022-08-23 20:13:45 +02:00
parent 4a5a212f35
commit 9ea7808a30
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ namespace {
{"Avisynth", CreateAvisynthVideoProvider, false},
#endif
#ifdef WITH_BESTSOURCE
{"BestSource", CreateBSVideoProvider, false},
{"BestSource (SLOW)", CreateBSVideoProvider, false},
#endif
};
}