[FFmpeg-soc] [soc]: r4240 - wmapro/wma3dec.c

banan subversion at mplayerhq.hu
Sun Apr 26 22:53:29 CEST 2009


Author: banan
Date: Sun Apr 26 22:53:28 2009
New Revision: 4240

Log:
Channel layout matching 8_Channel_ID.wma

Modified:
   wmapro/wma3dec.c

Modified: wmapro/wma3dec.c
==============================================================================
--- wmapro/wma3dec.c	Sun Apr 26 22:36:20 2009	(r4239)
+++ wmapro/wma3dec.c	Sun Apr 26 22:53:28 2009	(r4240)
@@ -390,6 +390,7 @@ static av_cold int wma3_decode_init(AVCo
     }
 
     dump_context(s);
+    avctx->channel_layout = channel_mask;
     return 0;
 }
 


More information about the FFmpeg-soc mailing list