- 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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user