Commit 9aa43416 authored by Max Kellermann's avatar Max Kellermann

pcm/dop: remove unnecessary assertions

parent 8364029d
......@@ -44,8 +44,6 @@ pcm_dsd_to_dop(PcmBuffer &buffer, unsigned channels,
ConstBuffer<uint8_t> _src)
{
assert(audio_valid_channel_count(channels));
assert(!_src.IsNull());
assert(_src.size > 0);
assert(_src.size % channels == 0);
const unsigned num_src_samples = _src.size;
......
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