[FFmpeg-devel] [PATCH]Simplify targa decoding
Carl Eugen Hoyos
cehoyos at ag.or.at
Wed Jan 18 00:23:16 CET 2012
Paul B Mahol <onemda <at> gmail.com> writes:
> >> case 16:
> >> - avctx->pix_fmt = PIX_FMT_RGB555;
> >> + avctx->pix_fmt = PIX_FMT_RGB555LE;
> >>
> >> nit: these two can be merged.
> >
> > True, though unrelated.
> > I assume someone tested these are actually correct
> > and the second one should not be 565?
>
> Looks typo to me...
Unlikely, see fate/targa-conformance/CTC16.TGA
Carl Eugen
More information about the ffmpeg-devel
mailing list