mirror of https://github.com/odrling/Aegisub
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:
parent
4a5a212f35
commit
9ea7808a30
|
@ -50,7 +50,7 @@ namespace {
|
|||
{"Avisynth", CreateAvisynthVideoProvider, false},
|
||||
#endif
|
||||
#ifdef WITH_BESTSOURCE
|
||||
{"BestSource", CreateBSVideoProvider, false},
|
||||
{"BestSource (SLOW)", CreateBSVideoProvider, false},
|
||||
#endif
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue