AV_OPT_FLAG_READONLY

The option may not be set through the AVOptions API, only read. This flag only makes sense when AV_OPT_FLAG_EXPORT is also set.

extern (C) @nogc nothrow const
uint AV_OPT_FLAG_READONLY;

Meta