Re: [FFmpeg-devel] [PATCH 3/4] wavpack: check number of channels

2014-08-22 Thread Paul B Mahol
On 8/22/14, Christophe Gisquet wrote: > This means container and codec disagree. The codec is supposed to > know better so this could be an error instead. > --- > libavcodec/wavpack.c | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/libavcodec/wavpack.c b/libavcodec/wa

[FFmpeg-devel] [PATCH 3/4] wavpack: check number of channels

2014-08-22 Thread Christophe Gisquet
This means container and codec disagree. The codec is supposed to know better so this could be an error instead. --- libavcodec/wavpack.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavcodec/wavpack.c b/libavcodec/wavpack.c index 9f72ebe..1ad3901 100644 --- a/libavcod