- fix potential problems with builds - size of some structures depends on #define in projects. But #define can be different for app and library (for example) - it will result in strange crashes. Fixed.

This commit is contained in:
2019-03-14 11:37:49 +02:00
parent 11db9b7450
commit e8963264e9
4 changed files with 7 additions and 10 deletions
+1 -2
View File
@@ -117,9 +117,8 @@ public:
uint16_t mSsrc; // Last known SSRC ID in a RTP stream
ice::NetworkAddress mRemotePeer; // Last known remote RTP address
#if defined(USE_AMR_CODEC)
// AMR codec bitrate switch counter
int mBitrateSwitchCounter;
#endif
std::string mCodecName;