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) {
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to