LibMedia: Move the bitwise operators for FrameFlags to Media::
This commit is contained in:
parent
14a85b0c33
commit
16f1f19aa3
1 changed files with 1 additions and 2 deletions
|
|
@ -15,7 +15,6 @@ enum class FrameFlags : u8 {
|
|||
None = 0,
|
||||
Keyframe = 1 << 0,
|
||||
};
|
||||
AK_ENUM_BITWISE_OPERATORS(FrameFlags);
|
||||
|
||||
}
|
||||
|
||||
AK_ENUM_BITWISE_OPERATORS(Media::FrameFlags);
|
||||
|
|
|
|||
Loading…
Reference in a new issue