Rework YSF AMBE repetition FEC.

This commit is contained in:
Jonathan Naylor
2016-11-20 14:00:07 +00:00
parent 49706d319b
commit 17b9e7e287
2 changed files with 66 additions and 45 deletions

View File

@@ -54,6 +54,8 @@ private:
unsigned char* m_source;
unsigned char* m_dest;
CAMBEFEC m_fec;
unsigned int processVDMode2AudioBlock(unsigned char* data);
};
#endif