- avoid double PVQA creation in pvqa_pcap

This commit is contained in:
2019-04-18 16:47:39 +03:00
parent e9799dae0b
commit 73ef8573db
2 changed files with 5 additions and 5 deletions

View File

@@ -174,7 +174,7 @@ namespace MT
// Resamples, sends to analysis, writes to dump and queues to output decoded frames from mDecodedFrame
void processDecoded(Audio::DataWindow& output, int options);
#if defined(USE_PVQA_LIBRARY) && !defined(PVQA_SERVER)
#if defined(USE_PVQA_LIBRARY) && defined(PVQA_IN_RECEIVER)
std::shared_ptr<SevanaPVQA> mPVQA;
void initPvqa();
void updatePvqa(const void* data, int size);