[Ffmpeg-cvslog] r6806 - trunk/libavcodec/raw.c
reynaldo
subversion
Fri Oct 27 21:50:31 CEST 2006
Author: reynaldo
Date: Fri Oct 27 21:50:31 2006
New Revision: 6806
Modified:
trunk/libavcodec/raw.c
Log:
adds missing rgb/bgr 555 codec->fmt mappings, ok'ed by Michael
Modified: trunk/libavcodec/raw.c
==============================================================================
--- trunk/libavcodec/raw.c (original)
+++ trunk/libavcodec/raw.c Fri Oct 27 21:50:31 2006
@@ -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') },
More information about the ffmpeg-cvslog
mailing list