Fix obvious mistake in P25 network audio.

This commit is contained in:
Jonathan Naylor 2016-10-03 19:28:01 +01:00
parent 3be70cf6e6
commit e14f1bf2e6
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ void CP25Audio::encode(unsigned char* data, const unsigned char* imbe, unsigned
CP25Utils::encode(temp, data, 1398U, 1546U);
break;
case 8U:
CP25Utils::encode(data, temp, 1578U, 1726U);
CP25Utils::encode(temp, data, 1578U, 1726U);
break;
default:
return;