You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avcodec/dpx: add support for another gray10 variant
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user