- minor cleanups
This commit is contained in:
@@ -16,9 +16,9 @@ namespace MT
|
||||
{
|
||||
struct AmrCodecConfig
|
||||
{
|
||||
bool mIuUP;
|
||||
bool mOctetAligned;
|
||||
int mPayloadType;
|
||||
bool mIuUP = false;
|
||||
bool mOctetAligned = false;
|
||||
int mPayloadType = -1;
|
||||
};
|
||||
|
||||
class AmrNbCodec : public Codec
|
||||
|
||||
Reference in New Issue
Block a user