Commit c68098ba authored by Przemysław Sobala's avatar Przemysław Sobala Committed by Michael Niedermayer

avcodec/mjpegdec: add pix_fmt: 0x14121200

Fixes: _15801_F.jpg
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 539e7272
......@@ -485,6 +485,7 @@ int ff_mjpeg_decode_sof(MJpegDecodeContext *s)
s->avctx->pix_fmt = AV_PIX_FMT_GRAY16;
break;
case 0x12111100:
case 0x14121200:
case 0x22211100:
case 0x22112100:
if (s->bits <= 8) s->avctx->pix_fmt = s->cs_itu601 ? AV_PIX_FMT_YUV440P : AV_PIX_FMT_YUVJ440P;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment