Skip to content

SwsFlags should have the [Flags] attriobute #353

Description

@twindan

As this enum is treated as a flags, it should have the [Flags] attribute set so that you can combine them like SwsFlags.SWS_LANCZOS | SwsFlags.SWS_ACCURATE_RND.

Scanning the enums, other candidates for [Flags] could be:
AVClassStateFlags (although this currently only has one member)
AvFrameCrop (although this currently only has one member)
AvHwframeMap
AVOptionType
AVSideDataParamChangeFlags
AVSideDataProps

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions