1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 19:58:11 +00:00
serenity/Userland/Libraries/LibVideo/Containers
Zaggy1024 a58bf7c3d1 LibVideo: Calculate Block timestamps for Matroska according to spec
Tracks have a timestamp scale value that should be present which scales
each block's timestamp offset to allow video to be synced with audio.
They should also contain a CodecDelay element and may also contain a
TrackOffset that offsets the block timestamps.
2022-11-25 23:28:39 +01:00
..
Matroska LibVideo: Calculate Block timestamps for Matroska according to spec 2022-11-25 23:28:39 +01:00
Demuxer.h LibVideo: Add a fast seeking mode to seek only to keyframes 2022-11-25 23:28:39 +01:00