AOMediaCodec / av1-avif

AV1 Image File Format Specification - ISO-BMFF/HEIF derivative
https://aomediacodec.github.io/av1-avif/
BSD 2-Clause "Simplified" License
450 stars 40 forks source link

On SDL syntax #183

Closed podborski closed 2 years ago

podborski commented 2 years ago

unsigned int(FieldLength)[3] layer_size; -> unsigned int(FieldLength) layer_size[3];

u8 op_index; -> unsigned int(8) op_index;???