mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-21 00:38:56 +00:00
LibMedia: Initialize Track's primitive fields to zero
This commit is contained in:
parent
33e97fa5d7
commit
ee3c080fb5
Notes:
github-actions[bot]
2025-09-04 17:35:31 +00:00
Author: https://github.com/Zaggy1024
Commit: ee3c080fb5
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6078
Reviewed-by: https://github.com/trflynn89 ✅
1 changed files with 2 additions and 2 deletions
|
@ -68,8 +68,8 @@ public:
|
|||
}
|
||||
|
||||
private:
|
||||
TrackType m_type;
|
||||
size_t m_identifier;
|
||||
TrackType m_type { 0 };
|
||||
size_t m_identifier { 0 };
|
||||
|
||||
Variant<Empty, VideoData> m_track_data;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue