Vignesh Venkatasubramanian
Results
3
issues of
Vignesh Venkatasubramanian
The parser fails to parse the following (valid) toml: ```toml key = { value1 = 1, value2 = [] } ``` If i express this as a standard table instead...
This was updated in the AVIF specification version 1.1.0: https://github.com/AOMediaCodec/av1-avif/pull/138
According to the HEIF specification, auxiliary tracks should have 'auxv' as the handler_type. Update the existing findAuxlTracks logic to check for that and then perform the 'auxi' check only on...