mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avcodec/dpx: add support for another gray10 variant
This commit is contained in:
parent
9c881cf9a5
commit
f628970e40
@ -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…
Reference in New Issue
Block a user