mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 03:41:55 +00:00
fix the typo of AUTIO.
This commit is contained in:
parent
65b2ed7ac5
commit
fbcc07d85a
1 changed files with 1 additions and 1 deletions
|
@ -1489,7 +1489,7 @@ int SrsSource::on_audio(SrsCommonMessage* shared_audio)
|
||||||
if (!mix_correct && is_monotonically_increase) {
|
if (!mix_correct && is_monotonically_increase) {
|
||||||
if (last_packet_time > 0 && shared_audio->header.timestamp < last_packet_time) {
|
if (last_packet_time > 0 && shared_audio->header.timestamp < last_packet_time) {
|
||||||
is_monotonically_increase = false;
|
is_monotonically_increase = false;
|
||||||
srs_warn("AUTIO: stream not monotonically increase, please open mix_correct.");
|
srs_warn("AUDIO: stream not monotonically increase, please open mix_correct.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
last_packet_time = shared_audio->header.timestamp;
|
last_packet_time = shared_audio->header.timestamp;
|
||||||
|
|
Loading…
Reference in a new issue