mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
LibMedia: Make Track::type() const
This commit is contained in:
parent
7e238cd724
commit
31b72c4799
|
|
@ -42,7 +42,7 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
TrackType type() { return m_type; }
|
||||
TrackType type() const { return m_type; }
|
||||
size_t identifier() const { return m_identifier; }
|
||||
|
||||
void set_video_data(VideoData data)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user