[FFmpeg-devel] [PATCH]Fail more gracefully for multichannel wavpack (in another container)

Carl Eugen Hoyos cehoyos
Fri Jan 7 14:29:48 CET 2011


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




More information about the ffmpeg-devel mailing list