- minor cleanups

This commit is contained in:
2025-02-16 14:03:04 +03:00
parent caa2239da1
commit a7176fefeb
4 changed files with 57 additions and 122 deletions
+3 -3
View File
@@ -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