Fix stop signal types in QSV encoder
This commit is contained in:
parent
1560f5b9e7
commit
3fa992beed
@ -453,7 +453,7 @@ struct Encoder
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
int EncodeLoop(IPCSignal &stop, safe_handle &obs_handle)
|
int EncodeLoop(ipc_stop &stop, safe_handle &obs_handle)
|
||||||
{
|
{
|
||||||
IPCWaiter waiter;
|
IPCWaiter waiter;
|
||||||
waiter.push_back(stop.signal_);
|
waiter.push_back(stop.signal_);
|
||||||
|
@ -336,7 +336,7 @@ class QSVEncoder : public VideoEncoder
|
|||||||
|
|
||||||
safe_handle qsvhelper_process,
|
safe_handle qsvhelper_process,
|
||||||
qsvhelper_thread;
|
qsvhelper_thread;
|
||||||
IPCSignal stop;
|
ipc_stop stop;
|
||||||
|
|
||||||
ipc_bitstream_buff bs_buff;
|
ipc_bitstream_buff bs_buff;
|
||||||
ipc_bitstream_info bs_info;
|
ipc_bitstream_info bs_info;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user