Revert "Rework YSF AMBE repetition FEC."

This reverts commit 17b9e7e287.
This commit is contained in:
Jonathan Naylor
2016-11-22 21:51:40 +00:00
parent f364eda0a4
commit fee3cf561c
2 changed files with 45 additions and 66 deletions

View File

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