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

Benjamin Larsson banan at ludd.ltu.se
Sun Apr 26 23:24:44 CEST 2009


banan wrote:
> 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;
>  }

Looks like 5.1 has a non dwChannelMask layout. Will fix that later. T2
sample from WMV HD Content Showcase decode with lots of jumps.

MvH
Benjamin Larsson


More information about the FFmpeg-soc mailing list