- more work on RTP early decoding

This commit is contained in:
2021-09-06 15:00:49 +03:00
parent 23b4283b89
commit 1bfd84ec34
2 changed files with 2 additions and 2 deletions

View File

@@ -202,7 +202,7 @@ void AndroidOutputDevice::close()
Format AndroidOutputDevice::getFormat()
{
return Format(mDeviceRate, 1);
return {mDeviceRate, 1};
}
bool AndroidOutputDevice::fakeMode()