differentiate BT and AP external decoder

This commit is contained in:
philippe44
2019-11-23 23:17:09 -08:00
parent b62872ad78
commit b5911874e6
3 changed files with 12 additions and 8 deletions

View File

@@ -371,7 +371,7 @@ static void process_strm(u8_t *pkt, int len) {
sendSTAT("STMc", 0);
sentSTMu = sentSTMo = sentSTMl = false;
LOCK_O;
output.external = false;
output.external = 0;
_buf_resize(outputbuf, output.init_size);
output.threshold = strm->output_threshold;
output.next_replay_gain = unpackN(&strm->replay_gain);