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