streaming
streaming copied to clipboard
internal/scte35: generate CRC32 table programmatically
There's an array with a bunch of magic values that we don't know how they are generated or where they come from. If they can't be generated trivially, then maybe a link to somewhere the table can be copy & pasted from would be helpful.
Hopefully this provides some more background info on where we can find these values: https://en.wikipedia.org/wiki/Cyclic_redundancy_check
Fixed in 2c4c5d7ef79d88f67d5fc1 Thanks @blkfaclon!