[FFmpeg-soc] [soc]: r5130 - als/alsdec.c
thilo.borgmann
subversion at mplayerhq.hu
Sat Aug 15 15:41:15 CEST 2009
Author: thilo.borgmann
Date: Sat Aug 15 15:41:14 2009
New Revision: 5130
Log:
Remove error condition in case of channel sorting. Just give a warning.
Modified:
als/alsdec.c
Modified: als/alsdec.c
==============================================================================
--- als/alsdec.c Sat Aug 15 14:48:06 2009 (r5129)
+++ als/alsdec.c Sat Aug 15 15:41:14 2009 (r5130)
@@ -325,7 +325,6 @@ static int check_specific_config(ALSDecC
if (sconf->chan_sort) {
av_log_missing_feature(ctx->avctx, "Channel sorting", 0);
- error = -1;
}
if (sconf->rlslms) {
More information about the FFmpeg-soc
mailing list