mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 09:21:57 -05:00
LibGfx/ISOBMFF: Add missing JPEG2000URLBox initializers
No behavior change in practice, just nice for tidiness.
This commit is contained in:
parent
ed8f0a6263
commit
0cf07ee4e3
1 changed files with 2 additions and 2 deletions
|
@ -155,8 +155,8 @@ struct JPEG2000URLBox final : public Box {
|
|||
|
||||
ErrorOr<String> url_as_string() const;
|
||||
|
||||
u8 version_number;
|
||||
u32 flag;
|
||||
u8 version_number { 0 };
|
||||
u32 flag { 0 };
|
||||
ByteBuffer url_bytes;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue