- fix compiler warnings

This commit is contained in:
2023-06-05 11:55:40 +03:00
parent 6b8549346c
commit 42cc9ee096
14 changed files with 37 additions and 35 deletions

View File

@@ -125,7 +125,7 @@ int G729Codec::channels()
return 1;
}
static const int SamplesPerFrame = 80;
// static const int SamplesPerFrame = 80;
int G729Codec::encode(const void* input, int inputBytes, void* output, int outputCapacity)
{
// Create encoder if it is not done yet