Update FTL Format authored by Nicolas Pope's avatar Nicolas Pope
......@@ -13,6 +13,7 @@
* Remove `definition` from packet, forcing it to be extracted from codec data
* Reconsider naming of `bitrate` to reflect a more general conception?
* More precisely define `flags`, moving some of the current flags into another metadata mechanism. Perhaps have codec specific flags and stream management flags.
* Make `group` (or `streamID`) at least 16bit
## Implemented Versions
First the Header structure is written / read directly with no encoding, followed by the IndexHeader structure for version 2 or greater. The structures below are for version 4.
......
......