[FFmpeg-soc] [soc]: r5112 - als/alsdec.c

Thilo Borgmann thilo.borgmann at googlemail.com
Sat Aug 15 15:02:18 CEST 2009


>> +    if (sconf->chan_sort) {
>> +        av_log_missing_feature(ctx->avctx, "Channel sorting", 0);
>> +        error = -1;
>> +    }
>> +
> 
> You don't need to exit just because the channels will be in the wrong
> order.  Maybe print a warning message instead.
Right. Will do.

Thanks!

Thilo


More information about the FFmpeg-soc mailing list