avcodec/dpx: add support for another gray10 variant

pull/302/head
Paul B Mahol 6 years ago
parent 9c881cf9a5
commit f628970e40
  1. 1
      libavcodec/dpx.c

@ -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;

Loading…
Cancel
Save