mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:37:47 +00:00
LibVideo: Add a forwarding header
And change some non-plain structs to classes for consistency.
This commit is contained in:
parent
918ed5c920
commit
7132047c92
4 changed files with 24 additions and 5 deletions
|
@ -23,7 +23,8 @@
|
|||
|
||||
namespace Video {
|
||||
|
||||
struct FrameQueueItem {
|
||||
class FrameQueueItem {
|
||||
public:
|
||||
static constexpr Time no_timestamp = Time::min();
|
||||
|
||||
enum class Type {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue