Michael Niedermayer <michaelni <at> gmx.at> writes:
> > + if (s->avctx->codec_tag == MKTAG('M', 'T', 'S', 'J')
> > + && nb_components == 3 && s->nb_components == 3 && i)
> > + index = 2 - (i >> 1);
>
> index = 3-i;
>
> >
> > s->comp_index[i] = index;
> > ?
>
> ok
Applied.
Thank you, Carl Eugen