Fix stop signal types in QSV encoder

This commit is contained in:
palana 2014-08-10 03:27:37 +02:00
parent 1560f5b9e7
commit 3fa992beed
2 changed files with 2 additions and 2 deletions

View File

@ -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;
waiter.push_back(stop.signal_);

View File

@ -336,7 +336,7 @@ class QSVEncoder : public VideoEncoder
safe_handle qsvhelper_process,
qsvhelper_thread;
IPCSignal stop;
ipc_stop stop;
ipc_bitstream_buff bs_buff;
ipc_bitstream_info bs_info;