X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=core%2Fmixer%2Faudio%2Faudio_util.h;h=0ea9ec2d86844101d576ffd84e58168e4c436a18;hb=155bb9004a3f60a946af0f0ce12552dc9a223d4b;hp=d422bc0861fcf7650c9446c3d55b8d325bee4c55;hpb=7dd8bdd6999be5bf21f6963a7b4ed312806244e4;p=casparcg diff --git a/core/mixer/audio/audio_util.h b/core/mixer/audio/audio_util.h index d422bc086..0ea9ec2d8 100644 --- a/core/mixer/audio/audio_util.h +++ b/core/mixer/audio/audio_util.h @@ -10,6 +10,7 @@ namespace caspar { namespace core { +// NOTE: Input data pointer should be larger than input.size() to allow sse to read beyond static std::vector> audio_32_to_16_sse(const boost::iterator_range& input) { std::vector> audio16(input.size());