[Ffmpeg-devel] [PATCH] adds missing rgb/bgr 15 tags to raw decoder

Reynaldo H. Verdejo Pinochet reynaldo
Fri Oct 27 17:31:17 CEST 2006


On Fri, Oct 27, 2006 at 11:57:58AM -0300, Reynaldo H. Verdejo Pinochet wrote:
> As on subject.
> 
> Ok to commit?

Had another typo. sorry, second try.

	Reynaldo
-------------- next part --------------
Index: libavcodec/raw.c
===================================================================
--- libavcodec/raw.c	(revision 6790)
+++ libavcodec/raw.c	(working copy)
@@ -52,6 +52,8 @@
     { 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') },
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20061027/83c52d70/attachment.pgp>



More information about the ffmpeg-devel mailing list