[Ffmpeg-devel] [PATCH] adds missing rgb/bgr 15 tags to raw decoder
Reynaldo H. Verdejo Pinochet
reynaldo
Fri Oct 27 16:57:58 CEST 2006
As on subject.
Ok to commit?
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_RGB15, MKTAG('R', 'G', 'B', '15') },
+ { PIX_FMT_BGR15, 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/e823dabe/attachment.pgp>
More information about the ffmpeg-devel
mailing list