diff 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
line wrap: on
line diff
--- a/avcodec.h	Thu Oct 21 21:07:40 2004 +0000
+++ b/avcodec.h	Fri Oct 22 02:04:30 2004 +0000
@@ -203,6 +203,7 @@
     PIX_FMT_XVMC_MPEG2_MC,///< XVideo Motion Acceleration via common packet passing(xvmc_render.h)
     PIX_FMT_XVMC_MPEG2_IDCT,
     PIX_FMT_UYVY422,   ///< Packed pixel, Cb Y0 Cr Y1 
+    PIX_FMT_UYVY411,   ///< Packed pixel, Cb Y0 Y1 Cr Y2 Y3
     PIX_FMT_NB,
 };