summaryrefslogtreecommitdiff
path: root/libavcodec/mvcdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/mvcdec.c')
-rw-r--r--libavcodec/mvcdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mvcdec.c b/libavcodec/mvcdec.c
index fefb705bb9..7cc0329257 100644
--- a/libavcodec/mvcdec.c
+++ b/libavcodec/mvcdec.c
@@ -52,7 +52,7 @@ static av_cold int mvc_decode_init(AVCodecContext *avctx)
return ret;
avctx->pix_fmt = (avctx->codec_id == AV_CODEC_ID_MVC1) ? AV_PIX_FMT_RGB555
- : AV_PIX_FMT_BGRA;
+ : AV_PIX_FMT_RGB32;
s->frame = av_frame_alloc();
if (!s->frame)
return AVERROR(ENOMEM);