samplefmt: make av_samples_alloc() initialize the data to silence.
authorAnton Khirnov <anton@khirnov.net>
Wed, 3 Oct 2012 05:54:45 +0000 (07:54 +0200)
committerAnton Khirnov <anton@khirnov.net>
Thu, 4 Oct 2012 06:05:21 +0000 (08:05 +0200)
commitcd15b7c03d8df29d4c69b0620cf27d4a8c9dfb65
treee006be6e1ee440f067af8b1f8c0e943522310cae
parentc9df48909e03031aeb90facf9f307f3103691792
samplefmt: make av_samples_alloc() initialize the data to silence.

Right now the buffer is zeroed, which does not represent silence for U8(P).
libavutil/samplefmt.c
libavutil/samplefmt.h
libavutil/version.h