mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
LibGfx/ISOBMFF: Alphabetize box type ENUMERATE_ONE() lines
This commit is contained in:
parent
e81009b338
commit
cdbdc334de
Notes:
sideshowbarker
2024-07-16 17:05:37 +09:00
Author: https://github.com/nico Commit: https://github.com/SerenityOS/serenity/commit/cdbdc334de Pull-request: https://github.com/SerenityOS/serenity/pull/23682 Reviewed-by: https://github.com/LucasChollet Reviewed-by: https://github.com/Zaggy1024 Reviewed-by: https://github.com/timschumi ✅
1 changed files with 3 additions and 3 deletions
|
@ -14,11 +14,11 @@ namespace Gfx::ISOBMFF {
|
|||
|
||||
// Define all Box types:
|
||||
#define ENUMERATE_ALL() \
|
||||
ENUMERATE_ONE(FreeBox, "free") \
|
||||
ENUMERATE_ONE(FileTypeBox, "ftyp") \
|
||||
ENUMERATE_ONE(MetaBox, "meta") \
|
||||
ENUMERATE_ONE(MovieBox, "moov") \
|
||||
ENUMERATE_ONE(MediaDataBox, "mdat") \
|
||||
ENUMERATE_ONE(FreeBox, "free")
|
||||
ENUMERATE_ONE(MetaBox, "meta") \
|
||||
ENUMERATE_ONE(MovieBox, "moov")
|
||||
|
||||
enum class BoxType : u32 {
|
||||
None = 0,
|
||||
|
|
Loading…
Reference in a new issue