Re: [libav-devel] [PATCH 1/2] avcodec: allow either planar or interleaved sample format when encoding mono

2012-10-06 Thread Anton Khirnov
On Sat, 6 Oct 2012 13:30:36 -0400, Justin Ruggles wrote: > When there is only 1 channel, the planar and interleaved formats of the same > data type should be treated as identical. > --- > libavcodec/utils.c |9 - > 1 files changed, 8 insertions(+), 1 deletions(-) > > diff --git a/

[libav-devel] [PATCH 1/2] avcodec: allow either planar or interleaved sample format when encoding mono

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. --- libavcodec/utils.c |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/libavcodec/utils.c b/libavcodec/utils.c index a72c434..d1b9d0a 100644 --- a