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

Derek Buitenhuis derek.buitenhuis at gmail.com
Sat Jul 13 01:27:51 CEST 2013


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.

- Derek


More information about the ffmpeg-devel mailing list