mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 18:46:03 +00:00
LibMedia: Prefix AK::Duration with AK Namespace
This commit is contained in:
parent
28ab1941b9
commit
c1681931ba
Notes:
sideshowbarker
2024-07-18 23:46:50 +09:00
Author: https://github.com/ADKaster
Commit: c1681931ba
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/676
Reviewed-by: https://github.com/AtkinsSJ ✅
Reviewed-by: https://github.com/trflynn89 ✅
18 changed files with 80 additions and 80 deletions
|
@ -20,6 +20,6 @@ TEST_CASE(master_elements_containing_crc32)
|
|||
|
||||
auto iterator = MUST(matroska_reader.create_sample_iterator(video_track));
|
||||
MUST(iterator.next_block());
|
||||
MUST(matroska_reader.seek_to_random_access_point(iterator, Duration::from_seconds(7)));
|
||||
MUST(matroska_reader.seek_to_random_access_point(iterator, AK::Duration::from_seconds(7)));
|
||||
MUST(iterator.next_block());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue