Unverified Commit c1633c89 authored by Wolle's avatar Wolle Committed by GitHub

Add files via upload

parent 287f182f
......@@ -4078,7 +4078,7 @@ void Audio::printDecodeError(int r) {
case ERR_OPUS_CELT_ALLOC_FAIL: e = "CELT DECODER INIT ALLOC FAIL"; break;
default: e = "ERR_UNKNOWN";
}
AUDIO_INFO("FLAC decode error %d : %s", r, e);
AUDIO_INFO("OPUS decode error %d : %s", r, e);
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment