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

Sascha Sommer saschasommer at freenet.de
Mon Apr 27 22:25:36 CEST 2009


Hi,

On Sonntag, 26. April 2009, Benjamin Larsson wrote:
> 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.
>

Did you try the 5.1 stream without my manual channel reordering? 
Unfortunatelly I do not know what is wrong with the T2 sample.

Regards

Sascha



More information about the FFmpeg-soc mailing list