You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 30, 2023. It is now read-only.
av_buffersrc_add_frame_flags takes a bitflag as the final argument, but the enum which is generated that represents those flags does not have bitwise operations implemented for it.
I've played with bindgen options for the enum, but haven't been able to get a result better than mapping them as constants.