changeset 2142:caacb3f9ee51 libavcodec

Add UYVY support to libavcodec/raw.c patch by ("Todd.Kirby" <doubleshot at pacbell dot net>)
author michael
date Mon, 26 Jul 2004 16:39:01 +0000
parents a0f5f4731ccd
children 8eae8e652584
files raw.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/raw.c	Mon Jul 26 16:36:36 2004 +0000
+++ b/raw.c	Mon Jul 26 16:39:01 2004 +0000
@@ -47,7 +47,7 @@
 
 
     { PIX_FMT_YUV422,  MKTAG('Y', '4', '2', '2') }, /* Packed formats */
-    { PIX_FMT_YUV422,  MKTAG('U', 'Y', 'V', 'Y') },
+    { PIX_FMT_UYVY422, MKTAG('U', 'Y', 'V', 'Y') },
     { PIX_FMT_GRAY8,   MKTAG('G', 'R', 'E', 'Y') },
 
     { -1, 0 },