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

LibVideo: Add a forwarding header

And change some non-plain structs to classes for consistency.
This commit is contained in:
Timothy Flynn 2023-04-09 11:59:35 -04:00 committed by Linus Groh
parent 918ed5c920
commit 7132047c92
4 changed files with 24 additions and 5 deletions

View file

@ -20,7 +20,7 @@ enum class TrackType : u32 {
Subtitles,
};
struct Track {
class Track {
struct VideoData {
Time duration {};
u64 pixel_width { 0 };