diff imgconvert.c @ 4207:bc9de4875ebd libavcodec

BGR555 has never been working as alpha supporting format. Remove the false setting.
author alex
date Thu, 16 Nov 2006 20:43:29 +0000
parents c4f87cfd5b20
children 45e0102824fb
line wrap: on
line diff
--- a/imgconvert.c	Thu Nov 16 09:58:34 2006 +0000
+++ b/imgconvert.c	Thu Nov 16 20:43:29 2006 +0000
@@ -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,