mirror of
https://github.com/RGBCube/serenity
synced 2026-01-14 19:31:01 +00:00
Matroska::Reader functions now return DecoderErrorOr instead of values being declared Optional. Useful errors can be handled by the users of the parser, similarly to the VP9 decoder. A lot of the error checking in the reader is a lot cleaner thanks to this change, since all reads can be range checked in Streamer::read_octet() now. Most functions for the Streamer class are now also out-of-line in Reader.cpp now instead of residing in the header. |
||
|---|---|---|
| .. | ||
| Document.h | ||
| MatroskaDemuxer.cpp | ||
| MatroskaDemuxer.h | ||
| Reader.cpp | ||
| Reader.h | ||