[libav-devel] [PATCH 2/2] af_resample: avoid conversion of identical sample formats for 1 channel

2012-10-06 Thread Justin Ruggles
When there is only 1 channel, the planar and interleaved formats of the same data type should be treated as identical. --- libavfilter/af_resample.c |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/libavfilter/af_resample.c b/libavfilter/af_resample.c index

Re: [libav-devel] [PATCH 2/2] af_resample: avoid conversion of identical sample formats for 1 channel

2012-10-06 Thread Anton Khirnov
On Sat, 6 Oct 2012 13:30:37 -0400, Justin Ruggles justin.rugg...@gmail.com wrote: When there is only 1 channel, the planar and interleaved formats of the same data type should be treated as identical. --- libavfilter/af_resample.c |7 ++- 1 files changed, 6 insertions(+), 1

Re: [libav-devel] [PATCH 2/2] af_resample: avoid conversion of identical sample formats for 1 channel

2012-10-06 Thread Justin Ruggles
On 10/06/2012 02:53 PM, Anton Khirnov wrote: On Sat, 6 Oct 2012 13:30:37 -0400, Justin Ruggles justin.rugg...@gmail.com wrote: When there is only 1 channel, the planar and interleaved formats of the same data type should be treated as identical. --- libavfilter/af_resample.c |7