From b45e85ab7e5e3fc3f1b408fe2fd86c53ba649aa0 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Wed, 6 Mar 2013 00:38:12 +0100 Subject: [PATCH] Make 32bit zmbv colour-space opaque. --- libavcodec/zmbv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/zmbv.c b/libavcodec/zmbv.c index d1530e70e0..47b3468fe7 100644 --- a/libavcodec/zmbv.c +++ b/libavcodec/zmbv.c @@ -479,7 +479,7 @@ static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPac c->bpp = 32; decode_intra = zmbv_decode_intra; c->decode_xor = zmbv_decode_xor_32; - avctx->pix_fmt = AV_PIX_FMT_BGRA; + avctx->pix_fmt = AV_PIX_FMT_BGR0; c->stride = c->width * 4; break; default: