AV_OPT_FLAG_IMPLICIT_KEY

Accept to parse a value without a key; the key will then be returned as NULL.

extern (C) @nogc nothrow
enum AV_OPT_FLAG_IMPLICIT_KEY = 1;

Meta