We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc2a2fc commit fee0394Copy full SHA for fee0394
1 file changed
src/libavcodec/lavc_common.c
@@ -82,6 +82,7 @@ static const struct {
82
{ AV_CODEC_ID_PRORES, PRORES_422_PROXY },
83
{ AV_CODEC_ID_PRORES, PRORES_422_LT },
84
{ AV_CODEC_ID_APV, APV },
85
+ { AV_CODEC_ID_CFHD, CFHD },
86
{ AV_CODEC_ID_JPEGXS, JPEG_XS },
87
};
88
0 commit comments