We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fa8017 commit ac4aa59Copy full SHA for ac4aa59
1 file changed
src/codec_avm.c
@@ -511,7 +511,7 @@ static avifResult avmCodecEncodeImage(avifCodec * codec,
511
uint8_t seqProfile = 0;
512
#if defined(CONFIG_AV2_PROFILES) && CONFIG_AV2_PROFILES
513
// Only 8-bit and 10-bit are supported.
514
- AVIF_ASSERT_OR_RETURN(image->depth == 8 || image->depth == 10)
+ AVIF_ASSERT_OR_RETURN(image->depth == 8 || image->depth == 10);
515
516
// Based on https://gitlab.com/AOMediaCodec/avm/-/blob/main/av2/common/enums.h?ref_type=fcab0163f471b38fe593672fcbd24a6beb0be82e#L272
517
if (alpha) {
0 commit comments