mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 23:48:11 +00:00
![]() `synchronize()` can be simplified greatly by checking whole bytes with bitwise operations, and doing so also avoids the overhead of reading individual bits from a bitstream. Making `read_frame()` also take a `SeekableStream` will allow it to be used inside `synchronize()` in the next commit. |
||
---|---|---|
.. | ||
Applets | ||
Applications | ||
BuggieBox | ||
Demos | ||
DevTools | ||
DynamicLoader | ||
Games | ||
Libraries | ||
Services | ||
Shell | ||
Utilities | ||
CMakeLists.txt |