exvs2: init reader hook
This commit is contained in:
parent
da84031141
commit
a6ede62ea0
@ -52,7 +52,7 @@ static DWORD CALLBACK exvs2_pre_startup(void)
|
||||
ExitProcess(EXIT_FAILURE);
|
||||
}
|
||||
|
||||
hr = qr_hook_init(&exvs2_hook_cfg.qr, 1);
|
||||
hr = bpreader_init(&exvs2_hook_cfg.reader, 4);
|
||||
|
||||
if (FAILED(hr)) {
|
||||
ExitProcess(EXIT_FAILURE);
|
||||
|
Loading…
Reference in New Issue
Block a user