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:
parent
2b4b6c5613
commit
3a2f6c700d
3 changed files with 34 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue