[SCM] libav/experimental: adds missing rgb/bgr 555 codec->fmt mappings, ok'ed by Michael

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:52:39 UTC 2013


The following commit has been merged in the experimental branch:
commit ba8a6218915f3bbc61cd0396e58f46743ac8c40c
Author: Reynaldo H. Verdejo Pinochet <reynaldo at opendot.cl>
Date:   Fri Oct 27 19:50:31 2006 +0000

    adds missing rgb/bgr 555 codec->fmt mappings, ok'ed by Michael
    
    Originally committed as revision 6806 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/raw.c b/libavcodec/raw.c
index 661587b..dfe8b13 100644
--- a/libavcodec/raw.c
+++ b/libavcodec/raw.c
@@ -52,6 +52,8 @@ const PixelFormatTag pixelFormatTags[] = {
     { PIX_FMT_YUV422,  MKTAG('Y', '4', '2', '2') },
     { PIX_FMT_UYVY422, MKTAG('U', 'Y', 'V', 'Y') },
     { PIX_FMT_GRAY8,   MKTAG('G', 'R', 'E', 'Y') },
+    { PIX_FMT_RGB555,  MKTAG('R', 'G', 'B', 15) },
+    { PIX_FMT_BGR555,  MKTAG('B', 'G', 'R', 15) },
 
     /* quicktime */
     { PIX_FMT_UYVY422, MKTAG('2', 'v', 'u', 'y') },

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list