- more work on RTP early decoding
This commit is contained in:
@@ -202,7 +202,7 @@ void AndroidOutputDevice::close()
|
||||
|
||||
Format AndroidOutputDevice::getFormat()
|
||||
{
|
||||
return Format(mDeviceRate, 1);
|
||||
return {mDeviceRate, 1};
|
||||
}
|
||||
|
||||
bool AndroidOutputDevice::fakeMode()
|
||||
|
||||
Reference in New Issue
Block a user