Merge mozilla-central to mozilla-inbound

This commit is contained in:
Carsten "Tomcat" Book 2016-05-04 13:36:39 +02:00
Родитель 5cdc96be90 fc68be72fb
Коммит 5314427156
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;
}