Skip to content

Commit fee0394

Browse files
committed
vdec/lavd: reenable CFHD decoder
removed unintentionally by the commit 7dd9a44 (2025-10-03) as a consequence, this commit also allows CFHD encoder over vcap/lavc
1 parent cc2a2fc commit fee0394

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/libavcodec/lavc_common.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ static const struct {
8282
{ AV_CODEC_ID_PRORES, PRORES_422_PROXY },
8383
{ AV_CODEC_ID_PRORES, PRORES_422_LT },
8484
{ AV_CODEC_ID_APV, APV },
85+
{ AV_CODEC_ID_CFHD, CFHD },
8586
{ AV_CODEC_ID_JPEGXS, JPEG_XS },
8687
};
8788

0 commit comments

Comments
 (0)