mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
LibMedia: Make Track::type() const
This commit is contained in:
parent
7e238cd724
commit
31b72c4799
Notes:
github-actions[bot]
2025-10-28 00:36:03 +00:00
Author: https://github.com/Zaggy1024
Commit: 31b72c4799
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6410
Reviewed-by: https://github.com/R-Goc
Reviewed-by: https://github.com/gmta ✅
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue