2012年4月26日8:16 Justin Ruggles <justin.rugg...@gmail.com>:

> On 04/25/2012 06:31 PM, Yusuke Nakamura wrote:
>
> > +    st->codec->channels = ((int[]){2,1,2,3,3,4,4,5})[acmod] + lfeon;
> > +    st->codec->channel_layout = avpriv_ac3_channel_layout_tab[acmod];
> > +    if (lfeon)
> > +        st->codec->channel_layout |= AV_CH_LOW_FREQUENCY;
>
>
> st->codec->channels =
> av_get_channel_layout_nb_channels(st->codec->channel_layout);
>
> the rest looks good.
>
> -Justin
> _______________________________________________
> libav-devel mailing list
> libav-devel@libav.org
> https://lists.libav.org/mailman/listinfo/libav-devel
>

Attached new one.

Attachment: 0001-mov-Parse-EC3SpecificBox-dec3-atom.patch
Description: Binary data

_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to