|
|
|
@ -116,7 +116,7 @@ private:
|
|
|
|
int fd;
|
|
|
|
int fd;
|
|
|
|
std::atomic<unsigned int> ch_depth, sp_depth;
|
|
|
|
std::atomic<unsigned int> ch_depth, sp_depth;
|
|
|
|
std::atomic<bool> keep_running;
|
|
|
|
std::atomic<bool> keep_running;
|
|
|
|
std::shared_ptr<CTranscoderPacket> waiting_packet[3]; // the packet currently being processed in each vocoder
|
|
|
|
CPacketQueue waiting_packet[3]; // the packet currently being processed in each vocoder
|
|
|
|
CPacketQueue input_queue;
|
|
|
|
CPacketQueue input_queue;
|
|
|
|
std::future<void> feedFuture, readFuture;
|
|
|
|
std::future<void> feedFuture, readFuture;
|
|
|
|
std::string devicepath, productid, version;
|
|
|
|
std::string devicepath, productid, version;
|
|
|
|
|