comparison 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
comparison
equal deleted inserted replaced
4206:be94e97ecb6e 4207:bc9de4875ebd
267 .depth = 5, 267 .depth = 5,
268 .x_chroma_shift = 0, .y_chroma_shift = 0, 268 .x_chroma_shift = 0, .y_chroma_shift = 0,
269 }, 269 },
270 [PIX_FMT_BGR555] = { 270 [PIX_FMT_BGR555] = {
271 .name = "bgr555", 271 .name = "bgr555",
272 .nb_channels = 4, .is_alpha = 1, 272 .nb_channels = 3,
273 .color_type = FF_COLOR_RGB, 273 .color_type = FF_COLOR_RGB,
274 .pixel_type = FF_PIXEL_PACKED, 274 .pixel_type = FF_PIXEL_PACKED,
275 .depth = 5, 275 .depth = 5,
276 .x_chroma_shift = 0, .y_chroma_shift = 0, 276 .x_chroma_shift = 0, .y_chroma_shift = 0,
277 }, 277 },