On Sun, Apr 29, 2012 at 11:35:53AM -0700, Luca Barbato wrote: > On 29/04/12 10:33, Derek Buitenhuis wrote: > > From: Hendrik Leppkes <[email protected]> > > > > Signed-off-by: Michael Niedermayer <[email protected]> > > --- > > libavcodec/avcodec.h | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h > > index 0fda1cb..2bd8ed2 100644 > > --- a/libavcodec/avcodec.h > > +++ b/libavcodec/avcodec.h > > @@ -500,6 +500,7 @@ enum AVColorSpace{ > > AVCOL_SPC_BT470BG =5, ///< also ITU-R BT601-6 625 / ITU-R BT1358 > > 625 / ITU-R BT1700 625 PAL & SECAM / IEC 61966-2-4 xvYCC601 > > AVCOL_SPC_SMPTE170M =6, ///< also ITU-R BT601-6 525 / ITU-R BT1358 > > 525 / ITU-R BT1700 NTSC / functionally identical to above > > AVCOL_SPC_SMPTE240M =7, > > + AVCOL_SPC_YCGCO =8, > > AVCOL_SPC_NB , ///< Not part of ABI > > }; > > > > What is it supposed to be? (remind me to reorder that part btw)
Some "lossless" YUV variant using 9-bit green and orange chroma components. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
