[FFmpeg-devel] [PATCH]Do not try to decode g726 stereo streams

Carl Eugen Hoyos cehoyos at ag.or.at
Sat Jul 13 18:18:39 CEST 2013


Derek Buitenhuis <derek.buitenhuis <at> gmail.com> writes:

> On 7/12/2013 3:59 PM, Carl Eugen Hoyos wrote:
> > +    if(avctx->channels > 1){
> > +        avpriv_request_sample(avctx, "Decoding more than one channel");
> > +        return AVERROR_PATCHWELCOME;
> > +    }
> 
> LGTM.

Merged by Michael.

Thank you, Carl Eugen



More information about the ffmpeg-devel mailing list