avcodec/dpx: add support for another gray10 variant

This commit is contained in:
Paul B Mahol 2018-12-06 20:25:33 +01:00
parent 9c881cf9a5
commit f628970e40

View File

@ -323,6 +323,7 @@ static int decode_frame(AVCodecContext *avctx,
case 51121:
avctx->pix_fmt = AV_PIX_FMT_GBRAP12;
break;
case 6100:
case 6101:
avctx->pix_fmt = AV_PIX_FMT_GRAY10;
break;