mirror of
https://github.com/zebrajr/ladybird.git
synced 2026-01-15 12:15:15 +00:00
LibMedia: Default-initialize the Matroska DocTypeVersion to 0
This commit is contained in:
committed by
Gregory Bertilson
parent
7e78ffdb86
commit
1cb7dea2fd
@@ -20,7 +20,7 @@ namespace Media::Matroska {
|
||||
|
||||
struct EBMLHeader {
|
||||
String doc_type;
|
||||
u32 doc_type_version;
|
||||
u32 doc_type_version { 0 };
|
||||
};
|
||||
|
||||
class SegmentInformation {
|
||||
|
||||
Reference in New Issue
Block a user