[Ffmpeg-cvslog] r7105 - trunk/libavcodec/imgconvert.c
alex
subversion
Thu Nov 16 21:43:29 CET 2006
Author: alex
Date: Thu Nov 16 21:43:29 2006
New Revision: 7105
Modified:
trunk/libavcodec/imgconvert.c
Log:
BGR555 has never been working as alpha supporting format. Remove the false setting.
Modified: trunk/libavcodec/imgconvert.c
==============================================================================
--- trunk/libavcodec/imgconvert.c (original)
+++ trunk/libavcodec/imgconvert.c Thu Nov 16 21:43:29 2006
@@ -269,7 +269,7 @@
},
[PIX_FMT_BGR555] = {
.name = "bgr555",
- .nb_channels = 4, .is_alpha = 1,
+ .nb_channels = 3,
.color_type = FF_COLOR_RGB,
.pixel_type = FF_PIXEL_PACKED,
.depth = 5,
More information about the ffmpeg-cvslog
mailing list