X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Ffmvc.c;h=5778d7b53f8472fcae76601513b338812ebf72f1;hb=4cfb01d6ae545cec4a507113a6cbcf3b6e727e94;hp=a06b90c6fe24f8e8f83d0d8d36d1905cdfcb0481;hpb=c00b218a8f75ed3eb87c213d95bd5775c0af5e12;p=ffmpeg diff --git a/libavcodec/fmvc.c b/libavcodec/fmvc.c index a06b90c6fe2..5778d7b53f8 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;