Kostya <kostya.shishkov <at> gmail.com> writes:
> > + if (avctx->channels > 2) {
> > + av_log(avctx, AV_LOG_ERROR, "Multichannel WavPack is not supported
> > yet.\n");
> > + return -1;
> > + }
>
> ok, though it's better if you wrote patch for multichannel support
> instead
;-)
Patch applied.
Carl Eugen