package astiav //#cgo pkg-config: libavformat //#include import "C" type FormatEventFlag int // https://github.com/FFmpeg/FFmpeg/blob/n5.0/libavformat/avformat.h#L1519 const ( FormatEventFlagMetadataUpdated = FormatEventFlag(C.AVFMT_EVENT_FLAG_METADATA_UPDATED) )