1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 08:27:46 +00:00

LibVideo: Parse the duration of Matroska files

This commit is contained in:
Zaggy1024 2022-10-29 17:01:01 -05:00 committed by Andreas Kling
parent 2b4b6c5613
commit 3a2f6c700d
3 changed files with 34 additions and 0 deletions

View file

@ -166,6 +166,7 @@ private:
Optional<String> read_string_element();
Optional<u64> read_u64_element();
Optional<double> read_float_element();
bool read_unknown_element();
Streamer m_streamer;