You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But for alpha, mc is left to its default value (0 because of memset() above), which means AOM_CICP_MC_IDENTITY, which is forbidden:
subsampling_x
subsampling_y
mono_chrome
Description
0
0
0
YUV 4:4:4
1
0
0
YUV 4:2:2
1
1
0
YUV 4:2:0
1
1
1
Monochrome 4:0:0
If matrix_coefficients is equal to MC_IDENTITY, it is a requirement of bitstream conformance that subsampling_x is equal to 0 and subsampling_y is equal to 0.
The text was updated successfully, but these errors were encountered:
For color:
libavif/src/codec_aom.c
Line 1071 in 632b7ea
But for alpha,
mc
is left to its default value (0 because ofmemset()
above), which means AOM_CICP_MC_IDENTITY, which is forbidden:The text was updated successfully, but these errors were encountered: