comparison avcodec.h @ 2309:550ae8914fd3 libavcodec

* Introducing IIDC1394 grabbing interface. Use it with -grab dc1394 * Introducing yet another packed pix_fmt in order to support some of the IIDC1394 modes: uyvy411 (Cb Y0 Y1 Cr Y2 Y3).
author romansh
date Fri, 22 Oct 2004 02:04:30 +0000
parents de38526a1f3f
children f9f257b41ec2
comparison
equal deleted inserted replaced
2308:de38526a1f3f 2309:550ae8914fd3
201 PIX_FMT_YUVJ422P, ///< Planar YUV 4:2:2 full scale (jpeg) 201 PIX_FMT_YUVJ422P, ///< Planar YUV 4:2:2 full scale (jpeg)
202 PIX_FMT_YUVJ444P, ///< Planar YUV 4:4:4 full scale (jpeg) 202 PIX_FMT_YUVJ444P, ///< Planar YUV 4:4:4 full scale (jpeg)
203 PIX_FMT_XVMC_MPEG2_MC,///< XVideo Motion Acceleration via common packet passing(xvmc_render.h) 203 PIX_FMT_XVMC_MPEG2_MC,///< XVideo Motion Acceleration via common packet passing(xvmc_render.h)
204 PIX_FMT_XVMC_MPEG2_IDCT, 204 PIX_FMT_XVMC_MPEG2_IDCT,
205 PIX_FMT_UYVY422, ///< Packed pixel, Cb Y0 Cr Y1 205 PIX_FMT_UYVY422, ///< Packed pixel, Cb Y0 Cr Y1
206 PIX_FMT_UYVY411, ///< Packed pixel, Cb Y0 Y1 Cr Y2 Y3
206 PIX_FMT_NB, 207 PIX_FMT_NB,
207 }; 208 };
208 209
209 /* currently unused, may be used if 24/32 bits samples ever supported */ 210 /* currently unused, may be used if 24/32 bits samples ever supported */
210 enum SampleFormat { 211 enum SampleFormat {