[SCM] libav/experimental: Add UYVY support to libavcodec/raw.c patch by ("Todd.Kirby" <doubleshot at pacbell dot net>)

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:41:05 UTC 2013


The following commit has been merged in the experimental branch:
commit 3dc10d4742803d91d6c8b2dd45d730f865f7b1f2
Author: Todd Kirby <doubleshot at pacbell.net>
Date:   Mon Jul 26 16:39:01 2004 +0000

    Add UYVY support to libavcodec/raw.c patch by ("Todd.Kirby" <doubleshot at pacbell dot net>)
    
    Originally committed as revision 3346 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/raw.c b/libavcodec/raw.c
index b6fe053..a8a009b 100644
--- a/libavcodec/raw.c
+++ b/libavcodec/raw.c
@@ -47,7 +47,7 @@ const PixelFormatTag pixelFormatTags[] = {
 
 
     { 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 },

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list