[FFmpeg-devel] [PATCH]Pinnacle Targa Y216 decoder, v3
Carl Eugen Hoyos
cehoyos at ag.or.at
Sun Oct 7 21:35:05 CEST 2012
Paul B Mahol <onemda <at> gmail.com> writes:
> On 10/7/12, Carl Eugen Hoyos <cehoyos <at> ag.or.at> wrote:
> > Paul B Mahol <onemda <at> gmail.com> writes:
> >
> >> + avctx->pix_fmt = PIX_FMT_YUV422P16;
> >> + avctx->bits_per_raw_sample = 14;
> >>
> >> Is this correct? From documentation on web it takes up to 16 bits.
> >
> > Could you point me to the documentation?
> > I was unable to find it...
>
>http://www.bitjazz.com/en/products/sheervideo/faq/formats/pixel_formats.php#y216
This looks indeed different!
The only sample we have has all two most significant bits (of 16)
set to 0, but the sample could be broken (or I could misunderstand
it completely).
(It has "TARGA Cine YUV16" as encoder information.)
Carl Eugen
More information about the ffmpeg-devel
mailing list