Bug 1270062 - Unbust Windows full duplex. a=Tomcat

MozReview-Commit-ID: EApTXpnCjz4
This commit is contained in:
Paul Adenot 2016-05-04 13:28:50 +02:00
Родитель ad9214381b
Коммит fc68be72fb
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -648,7 +648,7 @@ bool get_input_buffer(cubeb_stream * stm)
}
assert(stm->linear_input_buffer.length() >= total_available_input &&
offset == total_available_input);
offset == total_available_input * input_channel_count);
return true;
}