diff utils.c @ 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 79b14ad60f81
children ba91c976c7aa
line wrap: on
line diff
--- a/utils.c	Thu Oct 21 21:07:40 2004 +0000
+++ b/utils.c	Fri Oct 22 02:04:30 2004 +0000
@@ -159,6 +159,7 @@
         h_align= 16;
         break;
     case PIX_FMT_YUV411P:
+    case PIX_FMT_UYVY411:
         w_align=32;
         h_align=8;
         break;