AOMediaCodec / av1-spec

AV1 Bitstream & Decoding Process Specification
https://aomedia.org/
Other
335 stars 69 forks source link

read_tx_size syntax #354

Open podborski opened 3 months ago

podborski commented 3 months ago

The syntax of read_tx_size seems to have an issue with the closing } in the for loop. Either add an opening { or remove the closing } after TxSize = Split_Tx_Size[ TxSize ]

podborski commented 3 months ago

similar issue in read_cfl_alphas