diff --git a/libavcodec/fmvc.c b/libavcodec/fmvc.c
index a06b90c6fe24f8e8f83d0d8d36d1905cdfcb0481..5778d7b53f8472fcae76601513b338812ebf72f1 100644
--- a/libavcodec/fmvc.c
+++ b/libavcodec/fmvc.c
@@ -530,7 +530,7 @@ static av_cold int decode_init(AVCodecContext *avctx)
 
     switch (avctx->bits_per_coded_sample) {
     case 16:
-        avctx->pix_fmt = AV_PIX_FMT_RGB555;
+        avctx->pix_fmt = AV_PIX_FMT_RGB555LE;
         break;
     case 24:
         avctx->pix_fmt = AV_PIX_FMT_BGR24;