Re: [libav-devel] [PATCH] samplefmt: make av_samples_alloc() initialize the data to silence.

2012-10-02 Thread Justin Ruggles
On 10/03/2012 02:05 AM, Anton Khirnov wrote: > --- > libavutil/samplefmt.c |5 - > libavutil/samplefmt.h |1 + > libavutil/version.h |2 +- > 3 files changed, 6 insertions(+), 2 deletions(-) LGTM. maybe mention AV_SAMPLE_FMT_U8(P) in the commit message -Justin ___

[libav-devel] [PATCH] samplefmt: make av_samples_alloc() initialize the data to silence.

2012-10-02 Thread Anton Khirnov
--- libavutil/samplefmt.c |5 - libavutil/samplefmt.h |1 + libavutil/version.h |2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/libavutil/samplefmt.c b/libavutil/samplefmt.c index 102376a..4f6dfd7 100644 --- a/libavutil/samplefmt.c +++ b/libavutil/samplefmt.